MySQL 9.1.0
Source Code Documentation
|
#include <internet.h>
Public Types | |
using | value_type = address_v4 |
using | iterator = basic_address_iterator< value_type > |
Public Member Functions | |
basic_address_range () noexcept | |
basic_address_range (const value_type &first, const value_type &last) noexcept | |
iterator | begin () const noexcept |
iterator | end () const noexcept |
bool | empty () const noexcept |
size_t | size () const noexcept |
iterator | find (const value_type &addr) const noexcept |
Private Attributes | |
iterator | begin_ |
iterator | end_ |
using net::ip::basic_address_range< address_v4 >::value_type = address_v4 |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |