Home
last modified time | relevance | path

Searched refs:has_trivial_copy_constructor (Results 1 – 3 of 3) 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 Dhas_trivial_copy.hpp57 template <class T> struct has_trivial_copy_constructor : public has_trivial_copy<T>{}; struct
H A Dintrinsics.hpp69 …RIVIAL_COPY(T) ::boost::is_same< typename ::__type_traits<T>::has_trivial_copy_constructor, ::__tr…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp930 if (boost::has_trivial_copy_constructor<Functor>::value && in assign_to()
965 if (boost::has_trivial_copy_constructor<Functor>::value && in assign_to_a()