RESTinio
|
Classes | |
struct | max_parallel_connections_holder_t |
A special type for holding the value of maximum allowed count of parallel connections. More... | |
struct | max_parallel_connections_holder_t< ::restinio::connection_count_limits::noop_connection_count_limiter_t > |
A specialization of max_parallel_connections_holder for the case when connection count isn't limited. More... | |
struct | no_address_specified_t |
A special indicator for the case when IP address for a server is not set explicitly. More... | |
Typedefs | |
using | address_variant_t = variant_t< no_address_specified_t, std::string, asio_ns::ip::address > |
A type of variant for holding IP address for a server in various representations. More... | |
Functions | |
template<typename Object > | |
auto | create_default_unique_object_instance (std::false_type) |
Default instantiation for a specific type. More... | |
template<typename Object > | |
auto | create_default_unique_object_instance (std::true_type) |
template<typename Object > | |
auto | create_default_shared_object_instance (std::false_type) |
Default instantiation for a specific type. More... | |
template<typename Object > | |
auto | create_default_shared_object_instance (std::true_type) |
using restinio::details::address_variant_t = typedef variant_t< no_address_specified_t, std::string, asio_ns::ip::address > |
A type of variant for holding IP address for a server in various representations.
Definition at line 460 of file settings.hpp.
|
inline |
Default instantiation for a specific type.
Definition at line 49 of file settings.hpp.
|
inline |
Definition at line 56 of file settings.hpp.
|
inline |
Default instantiation for a specific type.
Definition at line 34 of file settings.hpp.
|
inline |
Definition at line 41 of file settings.hpp.