eve::floating_scalar_value Concept Reference
#include <eve/concept/vectorizable.hpp>
Concept definition
template<typename T>
Specify that a type represents a scalar value.
Definition: vectorizable.hpp:131
Detailed Description
Specify that a type represents a scalar value.
The concept floating_scalar_value<T>
is satisfied if and only if T is floating_point and scalar_value
Examples
float
double