Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
ipv4_address::ipv4_address (3 of 5 overloads)

Construct from an unsigned integer.

Synopsis
ipv4_address(
    uint_type u);
Description

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

Parameters

Name

Description

u

The integer to construct from.


PrevUpHomeNext