|
RESTinio
|
#include <easy_parser.hpp>
Public Types | |
| using | result_type = nothing_t |
| using | value_type = nothing_t |
| using | wrapped_type = result_type |
| using | result_type |
| using | wrapped_type |
Static Public Member Functions | |
| static void | as_result (wrapped_type &, result_type &&) noexcept |
| static void | to_container (wrapped_type &, value_type &&) noexcept |
| static result_type && | unwrap_value (wrapped_type &v) |
| static void | as_result (wrapped_type &to, result_type &&what) |
| static result_type && | unwrap_value (wrapped_type &v) |
Definition at line 431 of file easy_parser.hpp.
| using restinio::easy_parser::result_value_wrapper< nothing_t >::result_type |
Definition at line 182 of file easy_parser.hpp.
| using restinio::easy_parser::result_value_wrapper< nothing_t >::result_type = nothing_t |
Definition at line 433 of file easy_parser.hpp.
| using restinio::easy_parser::result_value_wrapper< nothing_t >::value_type = nothing_t |
Definition at line 434 of file easy_parser.hpp.
| using restinio::easy_parser::result_value_wrapper< nothing_t >::wrapped_type |
Definition at line 183 of file easy_parser.hpp.
| using restinio::easy_parser::result_value_wrapper< nothing_t >::wrapped_type = result_type |
Definition at line 435 of file easy_parser.hpp.
|
inlinestaticnoexcept |
Definition at line 438 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 186 of file easy_parser.hpp.
|
inlinestaticnoexcept |
Definition at line 441 of file easy_parser.hpp.
|
inlinestaticnodiscard |
Definition at line 193 of file easy_parser.hpp.
|
inlinestaticnodiscard |
Definition at line 445 of file easy_parser.hpp.