boost::corosio::resolver_results::swap
Swap with another results object.
Synopsis
Declared in <boost/corosio/resolver_results.hpp>
void
swap(resolver_results& other) noexcept;
Parameters
| Name | Description |
|---|---|
other |
A range of entries produced by a resolver. |
Created with MrDocs