Home
last modified time | relevance | path

Searched refs:BOOST_HOF_IS_NOTHROW_MOVE_CONSTRUCTIBLE (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/hof/detail/
Dcompressed_pair.hpp122 noexcept(BOOST_HOF_IS_NOTHROW_MOVE_CONSTRUCTIBLE(T) && BOOST_HOF_IS_NOTHROW_MOVE_CONSTRUCTIBLE(U)) in make_compressed_pair()
Dintrinsics.hpp75 #define BOOST_HOF_IS_NOTHROW_MOVE_CONSTRUCTIBLE(...) BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(__VA_ARGS__… macro
/third_party/boost/boost/hof/
Didentity.hpp42 noexcept(std::is_reference<T>::value || BOOST_HOF_IS_NOTHROW_MOVE_CONSTRUCTIBLE(T)) in operator ()()
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Didentity.hpp.txt42 noexcept(std::is_reference<T>::value || BOOST_HOF_IS_NOTHROW_MOVE_CONSTRUCTIBLE(T))