class io_resource


class io_resource
    : public input_resource
    , public output_resource

Public Member Functions

explicit
io_resource (
    std::size_t buffer_capacity
)

Constructs an I/O resource with the given buffer capacity.

Parameters:
  • buffer_capacity:

    The capacity of the I/O buffer. If this is zero, the I/O resource is completely unbuffered.



Copyright © 2022-2025 Daniel T. McGinnis

CCL was first published in 2022, and is still actively maintained.

This website was first published in 2022, and is still actively maintained.

This specific web page was first published in 2022.