RESTinio
|
An implementation of transformer that converts the content of the input std::array to lower case. More...
#include <easy_parser.hpp>
Public Types | |
using | input_type = std::array< char, S > |
using | base_type = transformer_tag< input_type > |
![]() | |
using | result_type = std::array< char, S > |
Public Member Functions | |
RESTINIO_NODISCARD base_type::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 std::array to lower case.
Definition at line 3096 of file easy_parser.hpp.
using restinio::easy_parser::impl::to_lower_transformer_t< std::array< char, S > >::base_type = transformer_tag< input_type > |
Definition at line 3100 of file easy_parser.hpp.
using restinio::easy_parser::impl::to_lower_transformer_t< std::array< char, S > >::input_type = std::array< char, S > |
Definition at line 3099 of file easy_parser.hpp.
|
inlinenoexcept |
Definition at line 3104 of file easy_parser.hpp.