Home
last modified time | relevance | path

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

/third_party/boost/boost/hof/detail/
Dintrinsics.hpp26 #define BOOST_HOF_IS_LITERAL(...) __is_literal(__VA_ARGS__) macro
38 #define BOOST_HOF_IS_LITERAL(...) __is_literal_type(__VA_ARGS__) macro
55 #define BOOST_HOF_IS_LITERAL(...) std::is_literal_type<__VA_ARGS__>::value macro
/third_party/boost/boost/hof/
Dalias.hpp151 BOOST_HOF_IS_LITERAL(T) &&
203 BOOST_HOF_IS_LITERAL(T) &&
Dconstruct.hpp165 struct construct_f<T, typename std::enable_if<BOOST_HOF_IS_LITERAL(T)>::type>
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Dconstruct.hpp.txt165 struct construct_f<T, typename std::enable_if<BOOST_HOF_IS_LITERAL(T)>::type>