Construct from an unsigned integer.
Synopsis
Declared in header </boost/url/ipv4_address.hpp#L103[boost/url/ipv4_address.hpp,window=blank_]>
ipv4_address(uint_type u) noexcept;
Description
This function constructs an address from the unsigned integer u
, where the most
significant byte forms the first octet
of the resulting address.
Return Value
-
void
Parameters
Name | Type |
---|---|
u |
|