Home
last modified time | relevance | path

Searched refs:BOOST_HOF_SFINAE_RESULT (Results 1 – 25 of 48) sorted by relevance

12

/third_party/boost/boost/hof/detail/
Dresult_of.hpp56 #define BOOST_HOF_SFINAE_RESULT(...) typename boost::hof::result_of<__VA_ARGS__>::type macro
61 #define BOOST_HOF_SFINAE_RESULT(...) auto macro
77 #define BOOST_HOF_SFINAE_MANUAL_RESULT BOOST_HOF_SFINAE_RESULT
Dcallable_base.hpp32 constexpr BOOST_HOF_SFINAE_RESULT(apply_f, id_<F>, id_<Ts>...)
/third_party/boost/boost/hof/
Deval.hpp67 constexpr BOOST_HOF_SFINAE_RESULT(F)
75 constexpr BOOST_HOF_SFINAE_RESULT(F, id_<decltype(boost::hof::identity)>)
Dindirect.hpp90 constexpr BOOST_HOF_SFINAE_RESULT(decltype(*std::declval<F>()), id_<Ts>...)
122 constexpr BOOST_HOF_SFINAE_RESULT(F, id_<Ts>...)
Dfold.hpp130 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_fold, id_<const detail::callable_base<F>&>, id_<State>…
157 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_fold, id_<const detail::callable_base<F>&>, id_<Ts>...)
Dreverse_fold.hpp132 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_reverse_fold, id_<const detail::callable_base<F>&>, id…
159 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_reverse_fold, id_<const detail::callable_base<F>&>, id…
Dinfix.hpp112 constexpr BOOST_HOF_SFINAE_RESULT(const F&, id_<T&&>, id_<Ts>...)
119 constexpr BOOST_HOF_SFINAE_RESULT(const F&, id_<T&&>, id_<A>)
Dfirst_of.hpp133 constexpr BOOST_HOF_SFINAE_RESULT(typename select<Ts...>::type, id_<Ts>...)
172 constexpr BOOST_HOF_SFINAE_RESULT(typename select<Ts...>::type, id_<Ts>...)
Dpipable.hpp120 constexpr BOOST_HOF_SFINAE_RESULT(const F&, id_<A>, id_<Ts>...)
128 constexpr BOOST_HOF_SFINAE_RESULT(const Pack&, id_<invoke<A&&>>)
Dstatic.hpp89 BOOST_HOF_SFINAE_RESULT(F, id_<Ts>...)
Dmutable.hpp59 BOOST_HOF_SFINAE_RESULT(F, id_<Ts>...)
Drotate.hpp89 constexpr BOOST_HOF_SFINAE_RESULT(const detail::callable_base<F>&, id_<Ts>..., id_<T>)
Dflip.hpp95 constexpr BOOST_HOF_SFINAE_RESULT(const detail::callable_base<F>&, id_<U>, id_<T>, id_<Ts>...)
Dplaceholders.hpp364 constexpr BOOST_HOF_SFINAE_RESULT(const Invoker&, id_<T>, id_<X>)
384 constexpr BOOST_HOF_SFINAE_RESULT(const Op&, id_<T>, id_<X>)
409 constexpr BOOST_HOF_SFINAE_RESULT(const Op&, id_<X>, id_<T>)
Dlimit.hpp100 constexpr BOOST_HOF_SFINAE_RESULT(const detail::callable_base<F>&, id_<Ts>...)
Drepeat.hpp82 … constexpr BOOST_HOF_SFINAE_RESULT(repeater<N-1>, id_<const F&>, result_of<const F&, id_<Ts>...>)
Dcompose.hpp102 constexpr BOOST_HOF_SFINAE_RESULT(const F1&, result_of<const F2&, id_<Ts>...>)
Drepeat_while.hpp91 constexpr BOOST_HOF_SFINAE_RESULT(while_repeater<
Dcapture.hpp124 constexpr BOOST_HOF_SFINAE_RESULT
/third_party/boost/libs/hof/doc/html/_sources/include/boost/hof/
Deval.hpp.txt67 constexpr BOOST_HOF_SFINAE_RESULT(F)
75 constexpr BOOST_HOF_SFINAE_RESULT(F, id_<decltype(boost::hof::identity)>)
Dindirect.hpp.txt90 constexpr BOOST_HOF_SFINAE_RESULT(decltype(*std::declval<F>()), id_<Ts>...)
122 constexpr BOOST_HOF_SFINAE_RESULT(F, id_<Ts>...)
Dreverse_fold.hpp.txt132 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_reverse_fold, id_<const detail::callable_base<F>&>, id…
159 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_reverse_fold, id_<const detail::callable_base<F>&>, id…
Dfold.hpp.txt130 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_fold, id_<const detail::callable_base<F>&>, id_<State>…
157 …constexpr BOOST_HOF_SFINAE_RESULT(detail::v_fold, id_<const detail::callable_base<F>&>, id_<Ts>...)
Dinfix.hpp.txt112 constexpr BOOST_HOF_SFINAE_RESULT(const F&, id_<T&&>, id_<Ts>...)
119 constexpr BOOST_HOF_SFINAE_RESULT(const F&, id_<T&&>, id_<A>)
Dpipable.hpp.txt120 constexpr BOOST_HOF_SFINAE_RESULT(const F&, id_<A>, id_<Ts>...)
128 constexpr BOOST_HOF_SFINAE_RESULT(const Pack&, id_<invoke<A&&>>)

12