RESTinio
|
A transformer that skips incoming value and returns a value specified by a user. More...
#include <easy_parser.hpp>
Public Member Functions | |
just_value_transformer_t (T v) noexcept(noexcept(T{std::move(v)})) | |
template<typename Input > | |
RESTINIO_NODISCARD T | transform (Input &&) const noexcept(noexcept(T{m_value})) |
Private Attributes | |
T | m_value |
Additional Inherited Members | |
![]() | |
using | result_type = T |
![]() | |
static constexpr entity_type_t | entity_type |
A transformer that skips incoming value and returns a value specified by a user.
Definition at line 3145 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 3150 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 3157 of file easy_parser.hpp.
|
private |
Definition at line 3147 of file easy_parser.hpp.