ゴミ箱
Public Types | Public Member Functions | List of all members
boost::beast::http::basic_fields< Allocator >::reader::field_range Class Reference

Public Types

using const_iterator = field_iterator
 
using value_type = typename const_iterator::value_type
 

Public Member Functions

 field_range (field_range const &)=default
 
 field_range (iter_type first, iter_type last)
 
const_iterator begin () const
 
const_iterator end () const
 

Member Typedef Documentation

template<class Allocator>
using boost::beast::http::basic_fields< Allocator >::reader::field_range::value_type = typename const_iterator::value_type

Constructor & Destructor Documentation

template<class Allocator>
boost::beast::http::basic_fields< Allocator >::reader::field_range::field_range ( field_range const &  )
default
template<class Allocator>
boost::beast::http::basic_fields< Allocator >::reader::field_range::field_range ( iter_type  first,
iter_type  last 
)
inline

Member Function Documentation

template<class Allocator>
const_iterator boost::beast::http::basic_fields< Allocator >::reader::field_range::begin ( ) const
inline
template<class Allocator>
const_iterator boost::beast::http::basic_fields< Allocator >::reader::field_range::end ( ) const
inline

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