Home
last modified time | relevance | path

Searched refs:has_nothrow_default_constructor (Results 1 – 2 of 2) 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_nothrow_constructor.hpp69 template <class T> struct has_nothrow_default_constructor : public has_nothrow_constructor<T>{}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_swap.hpp102 struct optional_swap_should_use_default_constructor : has_nothrow_default_constructor<T> {} ;