A proxy for the creation of convert_transformer instances for a specific value producers.
More...
template<
typename Converter>
class restinio::easy_parser::impl::convert_transformer_proxy_t< Converter >
A proxy for the creation of convert_transformer instances for a specific value producers.
- Note
- This class is intended to be used in implementation of operator>> for cases like that:
RESTINIO_NODISCARD auto symbol_p(char expected) noexcept
A factory function to create a symbol_producer.
RESTINIO_NODISCARD auto convert(Converter &&converter)
A factory function to create convert_transformer.
run_on_this_thread_settings_t< Traits > on_this_thread()
A special marker for the case when http_server must be run on the context of the current thread.
- Since
- v.0.6.6
Definition at line 3262 of file easy_parser.hpp.