Specify that a type represents a logical scalar value. More...
#include <eve/concept/logical.hpp>
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
logical<float>
logical<int>