RESTinio
|
#include <easy_parser.hpp>
Public Types | |
using | result_type = std::basic_string< Char, Args... > |
using | value_type = Char |
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 void | to_container (wrapped_type &to, wrapped_type &&what) |
Special overload for the case when std::string should be added to another std::string. More... | |
static RESTINIO_NODISCARD result_type && | unwrap_value (wrapped_type &v) |
Definition at line 354 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< std::basic_string< Char, Args... > >::result_type = std::basic_string< Char, Args... > |
Definition at line 356 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< std::basic_string< Char, Args... > >::value_type = Char |
Definition at line 357 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< std::basic_string< Char, Args... > >::wrapped_type = result_type |
Definition at line 358 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 361 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 367 of file easy_parser.hpp.
|
inlinestatic |
Special overload for the case when std::string should be added to another std::string.
For example, in cases like:
Definition at line 386 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 393 of file easy_parser.hpp.