![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <internet.h>
Public Types | |
| using | value_type = address_v6 |
| using | difference_type = ptrdiff_t |
| using | pointer = const value_type * |
| using | reference = const value_type & |
| using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
| basic_address_iterator (const value_type &a) noexcept | |
| reference | operator* () const noexcept |
| pointer | operator-> () const noexcept |
| basic_address_iterator & | operator++ () noexcept |
| basic_address_iterator | operator++ (int) noexcept |
| basic_address_iterator & | operator-- () noexcept |
| basic_address_iterator | operator-- (int) noexcept |
Private Attributes | |
| value_type | addr_ |
| using net::ip::basic_address_iterator< address_v6 >::difference_type = ptrdiff_t |
| using net::ip::basic_address_iterator< address_v6 >::iterator_category = std::input_iterator_tag |
| using net::ip::basic_address_iterator< address_v6 >::pointer = const value_type * |
| using net::ip::basic_address_iterator< address_v6 >::reference = const value_type & |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |