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
Construct from an array of bytes.
ipv6_address( bytes_type const& bytes);
This function constructs an address from the array in bytes,
which is interpreted in big-endian.
|
Name |
Description |
|---|---|
|
|
The value to construct from. |