ゴミ箱
|
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_iterator & | operator= (const_iterator &&other) |
const_iterator & | operator= (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_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
Friends | |
class | buffer_cat_view< Bn... > |
using boost::beast::buffer_cat_view< Buffers >::const_iterator::difference_type = std::ptrdiff_t |
using boost::beast::buffer_cat_view< Buffers >::const_iterator::iterator_category = std::bidirectional_iterator_tag |
using boost::beast::buffer_cat_view< Buffers >::const_iterator::pointer = value_type const* |
using boost::beast::buffer_cat_view< Buffers >::const_iterator::reference = value_type |
using boost::beast::buffer_cat_view< Buffers >::const_iterator::value_type = typename detail::common_buffers_type<Bn...>::type |
boost::beast::buffer_cat_view< Bn >::const_iterator::~const_iterator | ( | ) |
boost::beast::buffer_cat_view< Bn >::const_iterator::const_iterator | ( | ) |
boost::beast::buffer_cat_view< Bn >::const_iterator::const_iterator | ( | const_iterator && | other | ) |
boost::beast::buffer_cat_view< Bn >::const_iterator::const_iterator | ( | const_iterator const & | other | ) |
|
inline |
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator* | ( | ) | const |
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator++ | ( | ) |
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator++ | ( | int | ) |
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator-- | ( | ) |
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator-- | ( | int | ) |
|
delete |
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator= | ( | const_iterator && | other | ) |
auto boost::beast::buffer_cat_view< Bn >::const_iterator::operator= | ( | const_iterator const & | other | ) |
bool boost::beast::buffer_cat_view< Bn >::const_iterator::operator== | ( | const_iterator const & | other | ) | const |
|
friend |