enum_name
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cmgutility::basic_string_view< Char >A basic string view class template
 Cmgutility::custom_enum< T >Provides the custom names map for an enumeration type
 Cmgutility::custom_enum< Position >
 Cmgutility::enum_for_each< Enum >A class template for iterating over enum values
 Cmgutility::enum_range< T >Provides the range for an enumeration type
 Cmgutility::enum_range< color >
 Cmgutility::enum_range< Position >
 Cmgutility::detail::enum_sequence< Enum,... >Represents a sequence of enumeration values
 Cmgutility::detail::enum_sequence_helper< Enum, Min, Max, Next >Helper for generating a sequence of enumeration values
 Cmgutility::detail::enum_sequence_helper< Enum, Min, Min, Next... >Specialization of enum_sequence_helper for the end of the sequence
 Cmgutility::detail::enum_type
 Cstd::exception
 Cmgutility::bad_optional_accessException thrown when accessing an empty optional
 Cstd::false_type
 Cmgutility::detail::has_bit_or< T, typename >Trait to check if a type supports the bitwise OR operator
 Cmgutility::detail::is_scoped_enum< E >Trait to check if a type is a scoped enumeration
 Cmgutility::nullopt_tRepresents a null optional
 Cmgutility::optional< T >A class template that provides optional (nullable) objects
 Cmgutility::pair< T, U >
 Cmgutility::pair< Position >
 Cmgutility::pair< T >
 Cstd::true_type
 Cmgutility::detail::has_bit_or< T, decltype((T{}|T{}), void())>Specialization of has_bit_or for types that support the bitwise OR operator