Boost.Capy

    • Introduction
    • Quick Start
    • Coroutines
      • Tasks
      • Launching Tasks
      • Executor Affinity
      • Cancellation
    • Execution
      • Executors
      • Execution Contexts
      • Frame Allocation
    • Utilities
      • Containers
      • File I/O
      • Compression
    • Concepts
      • dispatcher
      • executor
      • affine_awaitable
      • stoppable_awaitable
      • frame_allocator
      • is_execution_context
    • Performance Tuning
      • High-Performance Allocators
    • Reference
  • boost::capy::zlib::deflate_service::version
arrow_upward

boost::capy::zlib::deflate_service::version

Return the ZLib version string.

Synopsis

Declared in <boost/capy/zlib/deflate.hpp>

virtual
char const*
version() const noexcept = 0;

Return Value

the ZLib version string.

Created with MrDocs