enum_name
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NmgutilityChecks for MSVC compiler version
 Ndetail
 Cenum_sequenceRepresents a sequence of enumeration values
 Cenum_sequence_helperHelper for generating a sequence of enumeration values
 Cenum_sequence_helper< Enum, Min, Min, Next... >Specialization of enum_sequence_helper for the end of the sequence
 Cenum_type
 Chas_bit_orTrait to check if a type supports the bitwise OR operator
 Chas_bit_or< T, decltype((T{}|T{}), void())>Specialization of has_bit_or for types that support the bitwise OR operator
 Cis_scoped_enumTrait to check if a type is a scoped enumeration
 Cbad_optional_accessException thrown when accessing an empty optional
 Cbasic_string_viewA basic string view class template
 Ccustom_enumProvides the custom names map for an enumeration type
 Ccustom_enum< Position >
 Cenum_for_eachA class template for iterating over enum values
 Cenum_rangeProvides the range for an enumeration type
 Cenum_range< color >
 Cenum_range< Position >
 Cnullopt_tRepresents a null optional
 CoptionalA class template that provides optional (nullable) objects
 Cpair