NAIA  1.0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Static Public Attributes | List of all members
NAIA::EnableBitMaskOperators< Enum > Struct Template Reference

Type safe implementation of a bitmask enum. More...

#include <bitmask.h>

Static Public Attributes

static const bool enable = false
 

Detailed Description

template<typename Enum>
struct NAIA::EnableBitMaskOperators< Enum >

Type safe implementation of a bitmask enum.

Adapted form https://wiggling-bits.net/using-enum-classes-as-type-safe-bitmasks/

Definition at line 26 of file bitmask.h.

Member Data Documentation

template<typename Enum >
const bool NAIA::EnableBitMaskOperators< Enum >::enable = false
static

Definition at line 26 of file bitmask.h.


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