ゴミ箱
|
#include <basic_parsed_list.hpp>
Classes | |
class | const_iterator |
Public Types | |
using | policy_type = Policy |
The type of policy this list uses for parsing. More... | |
using | value_type = typename Policy::value_type |
The type of each element in the list. More... | |
Public Member Functions | |
basic_parsed_list (string_view s) | |
Construct a list from a string. More... | |
const_iterator | begin () const |
Return a const iterator to the beginning of the list. More... | |
const_iterator | end () const |
Return a const iterator to the end of the list. More... | |
const_iterator | cbegin () const |
Return a const iterator to the beginning of the list. More... | |
const_iterator | cend () const |
Return a const iterator to the end of the list. More... | |
A list parser which presents the sequence as a container.
using boost::beast::http::detail::basic_parsed_list< Policy >::policy_type = Policy |
The type of policy this list uses for parsing.
using boost::beast::http::detail::basic_parsed_list< Policy >::value_type = typename Policy::value_type |
The type of each element in the list.
|
inlineexplicit |
Construct a list from a string.
|
inline |
Return a const iterator to the beginning of the list.
|
inline |
Return a const iterator to the beginning of the list.
|
inline |
Return a const iterator to the end of the list.
|
inline |
Return a const iterator to the end of the list.