|
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 403 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 405 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 409 of file easy_parser.hpp.
| using restinio::easy_parser::result_value_wrapper< std::map< K, V, Args... > >::wrapped_type = result_type |
Definition at line 410 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 413 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 419 of file easy_parser.hpp.
|
inlinestaticnodiscard |
Definition at line 426 of file easy_parser.hpp.