Boost.URL

    • Quick Look
    • URLs
      • Parsing
      • Containers
      • Segments
      • Params
      • Normalization
      • String Token
      • Percent Encoding
      • Formatting
    • Customization
      • Parse Rules
      • Character Sets
      • Compound Rules
      • Ranges
      • RFC 3986
    • Examples
      • QR Code
      • Finicky
      • mailto URLs
      • Magnet Link
      • File Router
      • Router
      • Sanitizing URLs
    • Reference
      • Concepts
        • CharSet
        • Rule
        • StringToken
      • Help Card
  • boost::urls::ipv6_address::ipv6_address

boost::urls::ipv6_address::ipv6_address

Construct from an array of bytes.

Synopsis

Declared in <include/boost/url/ipv6_address.hpp>

ipv6_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&period;

Created with MrDocs