Home
last modified time | relevance | path

Searched defs:optional_swap_should_use_default_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/optional/detail/
H A Doptional_swap.hpp97 struct optional_swap_should_use_default_constructor : boost::false_type {} ; struct
102 struct optional_swap_should_use_default_constructor : has_nothrow_default_constructor<T> {} ; struct