stencet  v0.1.16
Build C++ web server modules that allow easy routing and deployment.
stencet::Factory< T, Args > Struct Template Reference

Public Types

using Maker = std::function< T *(Args &...) >
 

Static Public Member Functions

static auto Makers () -> std::map< std::string, Maker > &
 
template<typename S >
static auto Register (const std::string &name) -> bool
 
static T * Create (const std::string &name, Args &...args)
 

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