boost
::
urls
::
ipv4_address
::operator=
Copy Assignment.
Synopsis
Declared in
<
boost/url/ipv4_address.hpp
>
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