RESTinio
|
A special wrapper for std::array type to be used inside a producer during the parsing. More...
#include <easy_parser.hpp>
Public Attributes | |
std::array< T, S > | m_array |
std::size_t | m_index { 0u } |
A special wrapper for std::array type to be used inside a producer during the parsing.
This type is intended to be used inside a specialization of result_value_wrapper for std::array.
This type holds the current index that can be used by to_container method for addition of a new item to the result array.
Definition at line 298 of file easy_parser.hpp.
std::array< T, S > restinio::easy_parser::impl::std_array_wrapper< T, S >::m_array |
Definition at line 300 of file easy_parser.hpp.
std::size_t restinio::easy_parser::impl::std_array_wrapper< T, S >::m_index { 0u } |
Definition at line 301 of file easy_parser.hpp.