Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::concepts::logically_combinable_with Concept Reference

Determines whether two types can be used in operator &, | amd ^ expressions. More...

#include <operators.hpp>

Concept definition

template<class TLhs, class TRhs>
Determines whether two types can be used in operator & expressions.
Definition: operators.hpp:334
Determines whether two types can be used in operator | expressions.
Definition: operators.hpp:414
Determines whether two types can be used in operator ^ expressions.
Definition: operators.hpp:494
Determines whether two types can be used in operator &, | amd ^ expressions.
Definition: operators.hpp:574

Detailed Description

Determines whether two types can be used in operator &, | amd ^ expressions.

Template Parameters
TLhsThe left-hand-side type
TRhsthe right-hand-side-type