Home
last modified time | relevance | path

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

/third_party/boost/boost/hof/detail/
Dintrinsics.hpp21 #define BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(...) __is_nothrow_constructible(__VA_ARGS__) macro
33 #define BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(...) std::is_nothrow_constructible<__VA_ARGS__>::value macro
50 #define BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(...) std::is_nothrow_constructible<__VA_ARGS__>::value macro