Home
last modified time | relevance | path

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

/third_party/boost/boost/hof/
Dresult.hpp66 struct result_adaptor : detail::callable_base<F> struct
70 typedef Result result_type;
72 struct failure
77 constexpr const detail::callable_base<F>& base_function(Ts&&... xs) const in base_function()
83 constexpr result_type operator()(Ts&&... xs) const in operator ()()
90 struct result_adaptor<void, F> : detail::callable_base<F> struct
94 typedef void result_type;
97 constexpr const detail::callable_base<F>& base_function(Ts&&... xs) const in base_function()
103 constexpr typename detail::holder<Ts...>::type operator()(Ts&&... xs) const in operator ()()
Dfix.hpp231 struct result_adaptor<Result, fix_adaptor<F>> struct
234 typedef fix_adaptor<result_adaptor<Result, F>> base;