Home
last modified time | relevance | path

Searched defs:BOOST_IS_POD (Results 1 – 1 of 1) 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 Dintrinsics.hpp67 # define BOOST_IS_POD(T) ::boost::is_same< typename ::__type_traits<T>::is_POD_type, ::__true_typ… macro
85 # define BOOST_IS_POD(T) BOOST_STD_EXTENSION_NAMESPACE::is_POD<T>::value macro
101 # define BOOST_IS_POD(T) (__is_pod(T) && __has_trivial_constructor(T)) macro
144 # define BOOST_IS_POD(T) (__typeinfo(T) & 0x800) macro
175 # define BOOST_IS_POD(T) __is_pod(T) macro
255 # define BOOST_IS_POD(T) __is_pod(T) macro
299 # define BOOST_IS_POD(T) (__oracle_is_pod(T) && !is_function<T>::value) macro
328 # define BOOST_IS_POD(T) __is_pod(T) macro
355 # define BOOST_IS_POD(T) __is_pod(T) macro