TSDuck v3.38-3696
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::EnableBitMaskOperators< T > Struct Template Reference

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.
 

Detailed Description

template<typename T>
struct ts::EnableBitMaskOperators< 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.

See also
TS_ENABLE_BITMASK_OPERATORS
Template Parameters
TAny type.

The documentation for this struct was generated from the following file: