Template Struct config

Inheritance Relationships

Base Type

  • public T

Derived Types

Struct Documentation

template<typename T>
struct udho::config : public T

Subclassed by udho::configuration< detail::url_data >, udho::configuration< T >

Public Types

typedef config<T> self_type

Public Functions

template<typename K>
auto operator[](const K&) const
template<typename K>
proxy<K, self_type> operator[](const K&)