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::tls_context::tls_context
arrow_upward

boost::corosio::tls_context::tls_context

Constructors

Synopses

Declared in <boost/corosio/tls_context.hpp>

Construct a default TLS context.

tls_context();

» more...

Copy constructor.

tls_context(tls_context const& other) = default;

» more...

Move constructor.

tls_context(tls_context&& other) noexcept = default;

» more...

Parameters

Name Description

other

The context to copy from.

Created with MrDocs