Copy Assignment.

Synopsis

constexpr
ipv4_address&
operator=(ipv4_address const& other) = default;

Return Value

A reference to this object.

Parameters

Name

Description

other

The object to copy.

Created with MrDocs