Specify that a type represents a scalar value. More...
#include <eve/concept/scalar.hpp>
Specify that a type represents a scalar value.
The concept scalar_value<T>
is satisfied if and only if it satisfies either arithmetic_scalar_value or logical_scalar_value.
float
logical<std::int32_t>
kumi::tuple<double,std::int32_t>