Construct from an array of bytes.

Synopsis

explicit
ipv4_address(bytes_type const& bytes) noexcept;

Description

This function constructs an address from the array in bytes, which is interpreted in big‐endian.

Parameters

Name

Description

bytes

The value to construct from.

Created with MrDocs