Template Function poet::dispatch(throw_on_no_match_t, Functor&&, FirstParam&&, Rest&&…)
Defined in File dispatch.hpp
Function Documentation
-
template<typename Functor, typename FirstParam, typename ...Rest, std::enable_if_t<detail::is_dispatch_param_v<FirstParam>, int> = 0>
auto poet::dispatch(throw_on_no_match_t, Functor &&functor, FirstParam &&first_param, Rest&&... rest) -> decltype(auto) Throwing
dispatch_paramoverload.