RESTinio
|
#include <easy_parser.hpp>
Public Types | |
using | result_type = std::map< K, V, Args... > |
using | value_type = std::pair< K, V > |
using | wrapped_type = result_type |
Static Public Member Functions | |
static void | as_result (wrapped_type &to, result_type &&what) |
static void | to_container (wrapped_type &to, value_type &&what) |
static RESTINIO_NODISCARD result_type && | unwrap_value (wrapped_type &v) |
Definition at line 400 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< std::map< K, V, Args... > >::result_type = std::map< K, V, Args... > |
Definition at line 402 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< std::map< K, V, Args... > >::value_type = std::pair<K, V> |
Definition at line 406 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< std::map< K, V, Args... > >::wrapped_type = result_type |
Definition at line 407 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 410 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 416 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 423 of file easy_parser.hpp.