Searched defs:result_adaptor (Results 1 – 2 of 2) sorted by relevance
66 struct result_adaptor : detail::callable_base<F> struct70 typedef Result result_type;72 struct failure77 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> struct94 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 ()()
231 struct result_adaptor<Result, fix_adaptor<F>> struct234 typedef fix_adaptor<result_adaptor<Result, F>> base;