boost::urls::ipv4_address::operator=
Copy Assignment.
Synopsis
Declared in <boost/url/ipv4_address.hpp>
constexpr
ipv4_address&
operator=(ipv4_address const& other) = default;
Parameters
Name |
Description |
other |
The object to copy. |
Created with MrDocs