C++ Complementary Library
A seekable input resource is an input resource that can seek, that is, change where read operations will take place next.
The type of this resource's position.
Constructs a seekable input resource with the given buffer capacity.
The capacity of the I/O buffer. If this is zero, the seekable input resource is completely unbuffered.
Copy-constructs a seekable_input_resource from an existing one.
The seekable_input_resource to copy from.
Copy-assigns a seekable_input_resource into this one.
The seekable_input_resource to copy from.
Move-constructs a seekable_input_resource from an existing one.
The seekable_input_resource to move from.
Move-assigns a seekable_input_resource into this one.
The seekable_input_resource to move from.
Sets the position of this seekable input resource.
The new position of this seekable input resource.
The reference that the new position is relative to.
Copyright © 2022-2025 Daniel T. McGinnis