Searched defs:underlying_type (Results 1 – 6 of 6) sorted by relevance
44 struct underlying_type< emulated_enum > struct51 struct underlying_type< native_enum > struct62 …BOOST_TEST_TRAIT_TRUE((boost::core::is_same< boost::underlying_type< emulated_enum >::type, unsign… in main()
72 struct underlying_type : struct
19 typedef T underlying_type[N]; typedef
196 constexpr auto underlying_type = metafunction<std::underlying_type>; variable
246 using underlying_type = typename std::underlying_type<EnumType>::type; in to_json() typedef
3690 using underlying_type = typename std::underlying_type<EnumType>::type; in to_json() typedef