RESTinio
|
An implementation of transformer that converts the content of the input character to lower case. More...
#include <easy_parser.hpp>
Public Types | |
using | input_type = char |
![]() | |
using | result_type = char |
Public Member Functions | |
RESTINIO_NODISCARD result_type | transform (input_type &&input) const noexcept |
Additional Inherited Members | |
![]() | |
static constexpr entity_type_t | entity_type |
An implementation of transformer that converts the content of the input character to lower case.
Definition at line 3076 of file easy_parser.hpp.
using restinio::easy_parser::impl::to_lower_transformer_t< char >::input_type = char |
Definition at line 3079 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 3083 of file easy_parser.hpp.