EnumWrapper< ENUMCLASS > Struct Template Reference

#include <enumflags.h>

公共成员函数

constexpr  operator ENUMCLASS () const
constexpr  operator Bool () const
constexpr  operator typename std::underlying_type< ENUMCLASS >::type () const

Public Attributes

ENUMCLASS  value

成员函数文档编制

◆  operator ENUMCLASS()

constexpr operator ENUMCLASS ( ) const
constexpr

◆  operator Bool()

constexpr operator Bool ( ) const
explicit constexpr

◆  operator typename std::underlying_type< ENUMCLASS >::type()

constexpr operator typename std::underlying_type< ENUMCLASS >::type ( ) const
explicit constexpr

Member Data Documentation

◆  value

ENUMCLASS value