Home
last modified time | relevance | path

Searched defs:has_trivial_destructor (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 Dhas_trivial_destructor.hpp30 template <typename T> struct has_trivial_destructor : public integral_constant<bool, BOOST_HAS_TRIV… struct
39 template <> struct has_trivial_destructor<void> : public false_type{}; struct
41 template <> struct has_trivial_destructor<void const> : public false_type{}; struct
42 template <> struct has_trivial_destructor<void const volatile> : public false_type{}; struct
43 template <> struct has_trivial_destructor<void volatile> : public false_type{}; struct