C++ Complementary Library
An I/O resource is both a source of input and a destination for output. It's an object you can read data from and write data to.
Constructs an I/O resource with the given buffer capacity.
The capacity of the I/O buffer. If this is zero, the I/O resource is completely unbuffered.
Copy-constructs an io_resource from an existing one.
The io_resource to copy from.
Copy-assigns an io_resource into this one.
The io_resource to copy from.
Move-constructs an io_resource from an existing one.
The io_resource to move from.
Move-assigns an io_resource into this one.
The io_resource to move from.
Copyright © 2022-2025 Daniel T. McGinnis