RESTinio
|
A template with specializations for different kind of result values and for type nothing
.
More...
#include <easy_parser.hpp>
Public Types | |
using | result_type = T |
using | wrapped_type = result_type |
Static Public Member Functions | |
static void | as_result (wrapped_type &to, result_type &&what) |
static RESTINIO_NODISCARD result_type && | unwrap_value (wrapped_type &v) |
A template with specializations for different kind of result values and for type nothing
.
Every specialization for a case when T is not a container should have the following content:
Every specialization for a case when T is a container should have the following content:
Definition at line 179 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< T >::result_type = T |
Definition at line 181 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< T >::wrapped_type = result_type |
Definition at line 182 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 185 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 192 of file easy_parser.hpp.