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

Determines whether a type can be used on both sides of operator ^= expressions. More...

#include <operators.hpp>

Concept definition

template<class T>
Determines whether two types can be used in operator ^= expressions.
Definition: operators.hpp:534
Determines whether a type can be used on both sides of operator ^= expressions.
Definition: operators.hpp:557

Detailed Description

Determines whether a type can be used on both sides of operator ^= expressions.

Template Parameters
TThe type to check