RESTinio
|
A type of producer that produces instances of parameter_with_mandatory_value_container. More...
#include <basics.hpp>
Public Member Functions | |
params_with_value_producer_t ()=default | |
RESTINIO_NODISCARD auto | try_parse (source_t &from) |
Private Types | |
using | actual_producer_t = std::decay_t< decltype(params_with_value_producer_details::make_parser()) > |
Private Attributes | |
actual_producer_t | m_producer |
Additional Inherited Members | |
![]() | |
using | result_type = parameter_with_mandatory_value_container_t |
![]() | |
static constexpr entity_type_t | entity_type |
A type of producer that produces instances of parameter_with_mandatory_value_container.
Definition at line 1632 of file basics.hpp.
|
private |
Definition at line 1635 of file basics.hpp.
|
default |
|
inline |
Definition at line 1646 of file basics.hpp.
|
private |
Definition at line 1638 of file basics.hpp.