TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This traits is used to enable bitmask operators on an enumeration type. More...
#include <tsEnumUtils.h>
Static Public Attributes | |
static constexpr bool | value = false |
The constant value enables or disables the bitmask operators on type T. | |
This traits is used to enable bitmask operators on an enumeration type.
The default value disables these operators. Define a template specialization or use macro TS_ENABLE_BITMASK_OPERATORS to enable the bitmask operators.
T | Any type. |