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

Determines whether a type can be used on both sides of operator &, | and ^ expressions. More...

#include <operators.hpp>

Concept definition

template<class T>
Determines whether a type can be used on both sides of operator & expressions.
Definition: operators.hpp:357
Determines whether a type can be used on both sides of operator | expressions.
Definition: operators.hpp:437
Determines whether a type can be used on both sides of operator ^ expressions.
Definition: operators.hpp:517
Determines whether a type can be used on both sides of operator &, | and ^ expressions.
Definition: operators.hpp:595

Detailed Description

Determines whether a type can be used on both sides of operator &, | and ^ expressions.

Template Parameters
TThe type to check