Boost.ASIO

    • Global namespace
    • Reference
  • boost::asio::local::operator<
arrow_upward

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;

Return Value

true if the left object is less than the right object, false otherwise

Parameters

Name

Description

e1

The left operand

e2

The right operand

Created with MrDocs

Edit this Page