Template Function poet::dispatch(Functor&&, ParamTuple const&, Args&&…)
Defined in File dispatch.hpp
Function Documentation
-
template<typename Functor, typename ParamTuple, typename ...Args, std::enable_if_t<detail::is_dispatch_param_tuple_v<ParamTuple>, int> = 0>
auto poet::dispatch(Functor &&functor, ParamTuple const ¶ms, Args&&... args) -> decltype(auto) Tuple overload for
dispatch_paramdispatch.