The concept relaxed_logical_value<T>
is satisfied if and only if T is a boolean value or satisfies the eve::logical_value
concept.
More...
#include <eve/concept/value.hpp>
eve::logical<char>
eve::logical<eve::wide<char>>
bool
template<typename T>
The concept logical_value<T> is satisfied if and only if T satisfies eve::value and the element type ...
Definition value.hpp:132
The concept relaxed_logical_value<T> is satisfied if and only if T is a boolean value or satisfies th...
Definition value.hpp:167