Boost.Corosio

    • Introduction
    • Quick Start
    • Tutorials
      • Echo Server
      • HTTP Client
      • DNS Lookup
      • TLS Context Configuration
    • Guide
      • TCP/IP Networking
      • Concurrent Programming
      • I/O Context
      • Sockets
      • Acceptors
      • Endpoints
      • Composed Operations
      • Timers
      • Signal Handling
      • Name Resolution
      • TCP Server
      • TLS Encryption
      • Error Handling
      • Buffer Sequences
    • Concepts
      • Design Rationale
      • Affine Awaitables
    • Testing
      • Mock Sockets
    • Reference
    • Glossary
  • boost::corosio::ipv6_address::is_v4_mapped
arrow_upward

boost::corosio::ipv6_address::is_v4_mapped

Return true if the address is a mapped IPv4 address.

Synopsis

Declared in <boost/corosio/ipv6_address.hpp>

bool
is_v4_mapped() const noexcept;

Description

This address type is used to represent the addresses of IPv4 nodes as IPv6 addresses.

Specification

  • 2.5.5.2. IPv4‐Mapped IPv6 Address (rfc4291)

Return Value

true if the address is a mapped IPv4 address.

Created with MrDocs