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 result_type && | unwrap_value (wrapped_type &v) |
Definition at line 401 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 403 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 407 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< std::map< K, V, Args... > >::wrapped_type = result_type |
Definition at line 408 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 411 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 417 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 424 of file easy_parser.hpp.