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

Determines whether two types can be used in operator &, |, ^, &=, |=, ^= and ~ expressions and if the return types are convertible to the expected ones. More...

#include <operators.hpp>

Concept definition

template<class TLhs, class TRhs, class TCombineResult std::remove_cvref_t<TLhs>, class TAssignResult std::remove_cvref_t<TLhs>&>
Determines whether a type can be used in operator ~ expression and if the return type is convertible ...
Definition: operators.hpp:323
Determines whether two types can be used in operator &, |, ^, &=, |=, ^= and ~ expressions and if the...
Definition: operators.hpp:674
Determines whether two types can be used in operator &=, |= and ^= expressions and if the return type...
Definition: operators.hpp:628
Determines whether two types can be used in operator &, | amd ^ expressions and if the return type is...
Definition: operators.hpp:586

Detailed Description

Determines whether two types can be used in operator &, |, ^, &=, |=, ^= and ~ expressions and if the return types are convertible to the expected ones.

Template Parameters
TLhsThe left-hand-side type
TRhsthe right-hand-side-type
TCombineResultThe expected return type of combining operations
TAssignResultThe expected return type of assigning operations