ipv4_address

Construct from an unsigned integer.

Synopsis

ipv4_address(uint_type u) noexcept;

Declared in file <include/boost/url/ipv4_address.hpp> on line 103

Defined in file <src/ipv4_address.cpp> on line 23

Description

This function constructs an address from the unsigned integer u, where the most significant byte forms the first octet of the resulting address.