ゴミ箱
Public Types | Public Member Functions | Friends | List of all members
boost::beast::buffer_cat_view< Buffers >::const_iterator Class Reference

Public Types

using value_type = typename detail::common_buffers_type< Bn... >::type
 
using pointer = value_type const *
 
using reference = value_type
 
using difference_type = std::ptrdiff_t
 
using iterator_category = std::bidirectional_iterator_tag
 

Public Member Functions

 ~const_iterator ()
 
 const_iterator ()
 
 const_iterator (const_iterator &&other)
 
 const_iterator (const_iterator const &other)
 
const_iteratoroperator= (const_iterator &&other)
 
const_iteratoroperator= (const_iterator const &other)
 
bool operator== (const_iterator const &other) const
 
bool operator!= (const_iterator const &other) const
 
reference operator* () const
 
pointer operator-> () const =delete
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 

Friends

class buffer_cat_view< Bn... >
 

Member Typedef Documentation

template<class... Buffers>
using boost::beast::buffer_cat_view< Buffers >::const_iterator::difference_type = std::ptrdiff_t
template<class... Buffers>
using boost::beast::buffer_cat_view< Buffers >::const_iterator::iterator_category = std::bidirectional_iterator_tag
template<class... Buffers>
using boost::beast::buffer_cat_view< Buffers >::const_iterator::pointer = value_type const*
template<class... Buffers>
using boost::beast::buffer_cat_view< Buffers >::const_iterator::reference = value_type
template<class... Buffers>
using boost::beast::buffer_cat_view< Buffers >::const_iterator::value_type = typename detail::common_buffers_type<Bn...>::type

Constructor & Destructor Documentation

template<class... Bn>
boost::beast::buffer_cat_view< Bn >::const_iterator::~const_iterator ( )
template<class... Bn>
boost::beast::buffer_cat_view< Bn >::const_iterator::const_iterator ( )
template<class... Bn>
boost::beast::buffer_cat_view< Bn >::const_iterator::const_iterator ( const_iterator &&  other)
template<class... Bn>
boost::beast::buffer_cat_view< Bn >::const_iterator::const_iterator ( const_iterator const &  other)

Member Function Documentation

template<class... Buffers>
bool boost::beast::buffer_cat_view< Buffers >::const_iterator::operator!= ( const_iterator const &  other) const
inline
template<class... Bn>
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator* ( ) const
template<class... Bn>
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator++ ( )
template<class... Bn>
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator++ ( int  )
template<class... Bn>
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator-- ( )
template<class... Bn>
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator-- ( int  )
template<class... Buffers>
pointer boost::beast::buffer_cat_view< Buffers >::const_iterator::operator-> ( ) const
delete
template<class... Bn>
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator= ( const_iterator &&  other)
template<class... Bn>
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator= ( const_iterator const &  other)
template<class... Bn>
bool boost::beast::buffer_cat_view< Bn >::const_iterator::operator== ( const_iterator const &  other) const

Friends And Related Function Documentation

template<class... Buffers>
friend class buffer_cat_view< Bn... >
friend

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