class transfer_resource


class transfer_resource

Public Member Functions

explicit
transfer_resource (
    std::size_t buffer_capacity = io_buffer::default_buffer_capacity
)

Constructs a transfer resource with the given buffer capacity.

Parameters:
  • buffer_capacity:

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

virtual
bool
is_at_end ()
const noexcept = 0

Tells whether this transfer resource is at its end.



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.