Kanzi  3.9.6
Kanzi Engine API
kanzi::enable_bitmask_operators< Enum > Struct Template Reference

Enabler template for bitmask operators over an Enum class. More...

#include <kanzi/core/util/enum_bitmask_operators.hpp>

Static Public Attributes

static const bool enable
 

Detailed Description

template<typename Enum>
struct kanzi::enable_bitmask_operators< Enum >

Enabler template for bitmask operators over an Enum class.

Use KZ_ENABLE_BITMASK_OPERATORS macro to enable bitwise operators for your enum class.

See also
KZ_ENABLE_BITMASK_OPERATORS

Member Data Documentation

◆ enable

template<typename Enum >
const bool kanzi::enable_bitmask_operators< Enum >::enable
static

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