Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2014. The current version is 1.89.0.
The type of the result of applying
operator*()
to the iterator.
typedef const basic_resolver_entry< InternetProtocol > & reference;
|
Name |
Description |
|---|---|
|
The endpoint type associated with the endpoint entry. |
|
|
The protocol type associated with the endpoint entry. |
|
Name |
Description |
|---|---|
|
Default constructor. Construct with specified endpoint, host name and service name. |
|
|
Get the endpoint associated with the entry. |
|
|
Get the host name associated with the entry. |
|
|
Convert to the endpoint associated with the entry. |
|
|
Get the service name associated with the entry. |
The ip::basic_resolver_entry class template
describes an entry as returned by a resolver.
Distinct objects: Safe.
Shared objects: Unsafe.
Header: boost/asio/ip/basic_resolver_iterator.hpp
Convenience header: boost/asio.hpp