Template Struct configuration¶
Defined in File configuration.h
Inheritance Relationships¶
Base Type¶
public udho::config< T >(Template Struct config)
Struct Documentation¶
-
template<typename ...
T>
structudho::configuration: public udho::config<T>¶ typedef udho::configuration<udho::config::server, udho::config::router, udho::config::logging, udho::config::view> configuration; configuration config; config[udho::configs::server::document_root] = “/path/to/document/root”;