Home
last modified time | relevance | path

Searched defs:underlying_type (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/core/test/
Dunderlying_type.cpp44 struct underlying_type< emulated_enum > struct
51 struct underlying_type< native_enum > struct
62 …BOOST_TEST_TRAIT_TRUE((boost::core::is_same< boost::underlying_type< emulated_enum >::type, unsign… in main()
/third_party/boost/boost/core/
Dunderlying_type.hpp72 struct underlying_type : struct
/third_party/boost/libs/phoenix/test/regression/
Dfrom_array.cpp19 typedef T underlying_type[N]; typedef
/third_party/boost/boost/hana/
Dtraits.hpp196 constexpr auto underlying_type = metafunction<std::underlying_type>; variable
/third_party/json/include/nlohmann/detail/conversions/
Dto_json.hpp246 using underlying_type = typename std::underlying_type<EnumType>::type; in to_json() typedef
/third_party/json/single_include/nlohmann/
Djson.hpp3690 using underlying_type = typename std::underlying_type<EnumType>::type; in to_json() typedef