boost::corosio::operator!=
Return true if two addresses are not equal.
Synopsis
Declared in <boost/corosio/ipv6_address.hpp>
bool
operator!=(
ipv6_address const& a1,
ipv6_address const& a2) noexcept;
Parameters
| Name | Description |
|---|---|
a1 |
The left operand |
a2 |
The right operand |
Created with MrDocs