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

Constructor.

ipv4_address();
  » more...

ipv4_address(
    ipv4_address const&);
  » more...

Construct from an unsigned integer.

explicit
ipv4_address(
    uint_type u);
  » more...

Construct from an array of bytes.

explicit
ipv4_address(
    bytes_type const& bytes);
  » more...

Construct from a string.

explicit
ipv4_address(
    core::string_view s);
  » more...

PrevUpHomeNext