Home
last modified time | relevance | path

Searched defs:BOOST_NOEXCEPT_IF (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp956 # define BOOST_NOEXCEPT_IF(Predicate) macro
961 # define BOOST_NOEXCEPT_IF(Predicate) noexcept((Predicate)) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp368 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function
582 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function
799 vector() BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function in boost::container::vector
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp1426 BOOST_NOEXCEPT_IF(boost::has_nothrow_constructor<internal_T0>::value) in BOOST_NOEXCEPT_IF() function in boost::variant
1816 variant(variant&& operand) BOOST_NOEXCEPT_IF(variant_move_noexcept_constructible::type::value) in BOOST_NOEXCEPT_IF() function in boost::variant
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp752 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF() function in boost::optional
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp883 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF() function in boost::optional