Home
last modified time | relevance | path

Searched defs:has_trivial_constructor (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_constructor.hpp39 template <typename T> struct has_trivial_constructor struct
46 template <> struct has_trivial_constructor<void> : public boost::false_type{}; struct
47 template <> struct has_trivial_constructor<void const> : public boost::false_type{}; struct
48 template <> struct has_trivial_constructor<void const volatile> : public boost::false_type{}; struct
49 template <> struct has_trivial_constructor<void volatile> : public boost::false_type{}; struct