Home
last modified time | relevance | path

Searched defs:is_enum (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_enum.hpp148 template <class T> struct is_enum : public integral_constant<bool, ::boost::detail::is_enum_impl<T>… struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp667 struct is_enum struct
668 { static const bool value = BOOST_MOVE_IS_ENUM_IMPL(T); };