ゴミ箱
|
Public Types | |
using | value_type = typename basic_chunk_extensions::value_type |
using | pointer = value_type const * |
using | reference = value_type const & |
using | difference_type = std::ptrdiff_t |
using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
const_iterator ()=default | |
const_iterator (const_iterator &&other)=default | |
const_iterator (const_iterator const &other)=default | |
const_iterator & | operator= (const_iterator &&other)=default |
const_iterator & | operator= (const_iterator const &other)=default |
bool | operator== (const_iterator const &other) const |
bool | operator!= (const_iterator const &other) const |
reference | operator* () |
pointer | operator-> () |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
Friends | |
class | basic_chunk_extensions |
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::difference_type = std::ptrdiff_t |
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::iterator_category = std::forward_iterator_tag |
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::pointer = value_type const* |
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::reference = value_type const& |
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::value_type = typename basic_chunk_extensions::value_type |
|
default |
|
default |
|
default |
|
inline |
auto boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator* | ( | ) |
|
inline |
|
inline |
|
inline |
|
default |
|
default |
|
inline |
|
friend |