Specify that a type represents a logical scalar value The concept logical_scalar_value<T>
is satisfied if and only if T is an instance of eve::logical and its contents satisfy eve::plain_scalar_value.
More...
#include <eve/concept/scalar.hpp>
Example Types
logical<float>
logical<int>
template<typename T>
Specify that a type represents a logical scalar value The concept logical_scalar_value<T> is satisfie...
Definition scalar.hpp:66
Specify that a type represents a plain scalar value The concept plain_scalar_value<T> is satisfied if...
Definition scalar.hpp:48