bytes_type

The type used to represent an address as an array of bytes.

Synopsis

using bytes_type = array<unsigned char, 16> ;

Declared in file <boost/url/ipv6_address.hpp> at line 89

Description

Octets are stored in network byte order.