HomeSort by relevance Sort by last modified time
    Searched refs:BOOST_IS_ENUM (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_enum.hpp 15 #ifndef BOOST_IS_ENUM
36 #ifndef BOOST_IS_ENUM
179 #else // BOOST_IS_ENUM
181 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_enum,T,BOOST_IS_ENUM(T))
intrinsics.hpp 40 // BOOST_IS_ENUM(T) true is T is an enum
101 # define BOOST_IS_ENUM(T) __is_enum(T)
179 # define BOOST_IS_ENUM(T) __is_enum(T)
215 # define BOOST_IS_ENUM(T) __is_enum(T)
247 # define BOOST_IS_ENUM(T) __is_enum(T)
276 # define BOOST_IS_ENUM(T) __is_enum(T)

Completed in 388 milliseconds