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