Construct from an unsigned integer.
<include/boost/url/ipv4_address.hpp>
explicit
ipv4_address(uint_type u) noexcept;
This function constructs an address from the unsigned integer `u`, where the most significant byte forms the first octet of the resulting address.
Name | Description |
---|---|
u | The integer to construct from. |