Construct from an unsigned integer.
void
ipv4_address(
uint_type u) noexcept;
Declared in file <src/ipv4_address.cpp> at line 23
This function constructs an address from the unsigned integer `u`, where the most significant byte forms the first octet of the resulting address.