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

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

#include <operators.hpp>

Concept definition

template<class TLhs, class TRhs>
Determines whether a type can be used in operator ~ expression.
Definition: operators.hpp:311
Determines whether two types can be used in operator &, |, ^, &=, |=, ^= and ~ expressions.
Definition: operators.hpp:658
Determines whether two types can be used in operator &=, |= and ^= expressions.
Definition: operators.hpp:616
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 &, |, ^, &=, |=, ^= and ~ expressions.

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