Template Function udho::overload(boost::beast::http::verb, F, A1&, CompositorT<typename internal::function_signature<F>::return_type>)¶
Defined in File router.h
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “udho::overload” with arguments (boost::beast::http::verb, F, A1&, CompositorT<typename internal::function_signature<F>::return_type>) in doxygen xml output for project “udho” from directory: dox/xml. Potential matches:
- template<typename F, template<typename> class CompositorT = compositors::transparent> module_overload<F, CompositorT> overload(boost::beast::http::verb request_method, F ftor, CompositorT<typename internal::function_signature<F>::return_type> compositor = CompositorT<typename internal::function_signature<F>::return_type>())
- template<typename F, typename A1, template<typename> class CompositorT = compositors::transparent> auto overload(boost::beast::http::verb request_method, F ftor, A1 &a1, CompositorT<typename internal::function_signature<F>::return_type> compositor = CompositorT<typename internal::function_signature<F>::return_type>())