Searched defs:BOOST_NOEXCEPT_IF (Results 1 – 5 of 5) sorted by relevance
956 # define BOOST_NOEXCEPT_IF(Predicate) macro961 # define BOOST_NOEXCEPT_IF(Predicate) noexcept((Predicate)) macro
368 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function582 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function799 vector() BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF() function in boost::container::vector
1426 BOOST_NOEXCEPT_IF(boost::has_nothrow_constructor<internal_T0>::value) in BOOST_NOEXCEPT_IF() function in boost::variant1816 variant(variant&& operand) BOOST_NOEXCEPT_IF(variant_move_noexcept_constructible::type::value) in BOOST_NOEXCEPT_IF() function in boost::variant
752 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF() function in boost::optional
883 BOOST_NOEXCEPT_IF(::boost::is_nothrow_move_constructible<T>::value) in BOOST_NOEXCEPT_IF() function in boost::optional