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::ipv4_address::is_unspecified
arrow_upward

boost::corosio::ipv4_address::is_unspecified

Return true if the address is unspecified.

Synopsis

Declared in <boost/corosio/ipv4_address.hpp>

bool
is_unspecified() const noexcept;

Return Value

true if the address is unspecified.

Created with MrDocs