Home
last modified time | relevance | path

Searched refs:is_optional_constructible (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/
H A Doptional.hpp747 struct is_optional_constructible : boost::is_constructible<T, U> struct
757 struct is_optional_constructible : boost::true_type struct
821 … ,typename boost::enable_if< optional_detail::is_optional_constructible<T, U const&> >::type* = 0 in optional()
838 … ,typename boost::enable_if< optional_detail::is_optional_constructible<T, U> >::type* = 0 in optional()