The type used to represent an address as an array of bytes.
using bytes_type = array<unsigned char, 16> ;
Declared in file <boost/url/ipv6_address.hpp> at line 89
Octets are stored in network byte order.