Boost.Beast2

    • Reference
  • boost::beast2::endpoint::operator=
arrow_upward

boost::beast2::endpoint::operator=

Copy assignment operator

Synopsis

Declared in <boost/beast2/endpoint.hpp>

endpoint&
operator=(endpoint const& other) noexcept;

Return Value

Reference to the current object

Parameters

Name Description

other

The object to copy assign from

Created with MrDocs