Boost.Buffers

    • Introduction
    • Algorithms
    • Dynamic Buffers
    • Customization
    • Concepts
      • ConstBufferSequence
      • MutableBufferSequence
      • DynamicBuffer
      • ReadSource
      • DataSource
    • Reference
  • boost::buffers::io_result
arrow_upward

boost::buffers::io_result

Result of an asynchronous I/O operation.

Synopsis

Declared in <boost/buffers/any_stream.hpp>

struct io_result;

Data Members

Name

Description

bytes_transferred

Number of bytes transferred.

ec

The error code, if any occurred.

Created with MrDocs