Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

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