Template Struct configuration

Inheritance Relationships

Base Type

Struct Documentation

template<typename ...T>
struct udho::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”;

Public Functions

template<typename K>
auto operator[](const K &k) const
template<typename K>
auto operator[](const K &k)