TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
Assign with binary exclusive or ("^=") functor. More...
#include <tsFunctors.h>
Public Member Functions | |
T & | operator() (T &variable, T value) |
Assign with binary exclusive or ("^=") operator. | |
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. |