#include <flags.hpp>
Classes | |
struct | p |
Public Types | |
using | _enum_type = LEXY_DECAY_DECLTYPE(Default) |
using | _int_type = std::underlying_type_t< _enum_type > |
Static Public Attributes | |
template<typename Tag > | |
static constexpr _flags< FlagRule, Default, Tag > | error = {} |
using lexyd::_flags< FlagRule, Default, DuplicateError >::_enum_type = LEXY_DECAY_DECLTYPE(Default) |
using lexyd::_flags< FlagRule, Default, DuplicateError >::_int_type = std::underlying_type_t<_enum_type> |
|
staticconstexpr |