RESTinio
|
#include <easy_parser.hpp>
Public Types | |
using | result_type = nothing_t |
using | value_type = nothing_t |
using | wrapped_type = result_type |
Static Public Member Functions | |
static void | as_result (wrapped_type &, result_type &&) noexcept |
static void | to_container (wrapped_type &, value_type &&) noexcept |
static RESTINIO_NODISCARD result_type && | unwrap_value (wrapped_type &v) |
Definition at line 430 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< nothing_t >::result_type = nothing_t |
Definition at line 432 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< nothing_t >::value_type = nothing_t |
Definition at line 433 of file easy_parser.hpp.
using restinio::easy_parser::result_value_wrapper< nothing_t >::wrapped_type = result_type |
Definition at line 434 of file easy_parser.hpp.
|
inlinestaticnoexcept |
Definition at line 437 of file easy_parser.hpp.
|
inlinestaticnoexcept |
Definition at line 440 of file easy_parser.hpp.
|
inlinestatic |
Definition at line 444 of file easy_parser.hpp.