Assign with binary exclusive or ("^=") functor. More...
Public Member Functions | |
T & | operator() (T &variable, T value) |
Assign with binary exclusive or ("^=") operator. More... | |
Assign with binary exclusive or ("^=") functor.
T | Data type to assign. |
|
inline |
Assign with binary exclusive or ("^=") operator.
[in,out] | variable | The variable to assign. |
[in] | value | The value to assign. |