boost::corosio::operator==
Compare endpoints for equality.
Synopsis
Declared in <boost/corosio/endpoint.hpp>
Description
Two endpoints are equal if they have the same address type, the same address value, and the same port.
Parameters
| Name | Description |
|---|---|
a |
The left operand |
b |
The right operand |
Created with MrDocs