rikitiki  v0.1.67
Build C++ web server modules that allow easy routing and deployment.
rikitiki::CreateRoute< T > Struct Template Reference

#include <routing.h>

Public Member Functions

template<typename P >
RouteWith (P *p, const std::string &_route, typename Route_< P, T...>::F _f, ConnContext::Method method)
 
template<typename P >
RouteWith (P *p, const std::string &_route, ConnContext::Method method)
 
template<typename P >
RouteWith (P *p, const std::string &_route, typename Route_< P, T...>::F _f, ConnContext::Method method)
 
template<typename P >
RouteWith (P *p, const std::string &_route, ConnContext::Method method)
 

Static Public Member Functions

template<typename P >
static RouteWith (P *p, const std::string &_route, typename Route_< P, T...>::F _f, ConnContext::Method method=ConnContext::ANY)
 
template<typename P >
static RouteWith (P *p, const std::string &_route, ConnContext::Method method=ConnContext::ANY)
 

Detailed Description

template<typename... T>
struct rikitiki::CreateRoute< T >

Convienence class, meant to alleviate having to type in the class that the route function works on in a similiar fasion to std::make_pair does for pairs.

See Also
Route_, Route

The documentation for this struct was generated from the following files: