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
You've currently chosen the 1.91.0 version. If a newer release comes out, you will continue to view the 1.91.0 version, not the new latest release.
Perform reverse resolution of an endpoint to a list of entries.
results_type resolve( const endpoint_type & e);
This function is used to resolve an endpoint into a list of endpoint entries.
An endpoint object that determines what endpoints will be returned.
A range object representing the list of endpoint entries. A successful call to this function is guaranteed to return a non-empty range.
Thrown on failure.