ゴミ箱
Public Types | Public Member Functions | Public Attributes | List of all members
boost::beast::http::detail::param_iter Struct Reference

#include <rfc7230.hpp>

Public Types

using iter_type = string_view::const_iterator
 

Public Member Functions

bool empty () const
 
template<class = void>
void increment ()
 

Public Attributes

iter_type it
 
iter_type first
 
iter_type last
 
std::pair< string_view, string_viewv
 

Member Typedef Documentation

using boost::beast::http::detail::param_iter::iter_type = string_view::const_iterator

Member Function Documentation

bool boost::beast::http::detail::param_iter::empty ( ) const
inline
template<class >
void boost::beast::http::detail::param_iter::increment ( )

Member Data Documentation

iter_type boost::beast::http::detail::param_iter::first
iter_type boost::beast::http::detail::param_iter::it
iter_type boost::beast::http::detail::param_iter::last
std::pair<string_view, string_view> boost::beast::http::detail::param_iter::v

The documentation for this struct was generated from the following file: