E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::relaxed_logical_scalar_value Concept Reference

The concept relaxed_logical_scalar_value<T> is satisfied if and only if T is a boolean value or satisfies the eve::logical_scalar_value concept. More...

#include <eve/concept/scalar.hpp>

Detailed Description

Examples

  • eve::logical<char>
  • bool

Concept definition

template<typename T>
Specify that a type represents a logical scalar value The concept logical_scalar_value<T> is satisfie...
Definition scalar.hpp:66
The concept relaxed_logical_scalar_value<T> is satisfied if and only if T is a boolean value or satis...
Definition scalar.hpp:149