boost::asio::local::operator<
Compare endpoints for ordering.
Synopsis
Declared in <boost/asio/local/basic_endpoint.hpp>
bool
operator<(
basic_endpoint<Protocol> const& e1,
basic_endpoint<Protocol> const& e2) noexcept;
Parameters
Name |
Description |
e1 |
The left operand |
e2 |
The right operand |
Created with MrDocs