Crow  1.1
A C++ microframework for the web
crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped > Member List

This is the complete list of members for crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >, including all inherited members.

handler_ (defined in crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >)crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >
operator()(request &req, response &res, const routing_params &params) (defined in crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >)crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >inline
set_(Func f, typename std::enable_if<!std::is_same< typename std::tuple_element< 0, std::tuple< Args..., void >>::type, const request & >::value, int >::type=0) (defined in crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >)crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >inline
set_(Func f, typename std::enable_if< std::is_same< typename std::tuple_element< 0, std::tuple< Args..., void >>::type, const request & >::value &&!std::is_same< typename std::tuple_element< 1, std::tuple< Args..., void, void >>::type, response & >::value, int >::type=0) (defined in crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >)crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >inline
set_(Func f, typename std::enable_if< std::is_same< typename std::tuple_element< 0, std::tuple< Args..., void >>::type, const request & >::value &&std::is_same< typename std::tuple_element< 1, std::tuple< Args..., void, void >>::type, response & >::value, int >::type=0) (defined in crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >)crow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >inline