C++ Complementary Library
An exception of this type is thrown by input streams when an attempt is made to read past the end of a stream. For example, if you read from a file through an input stream and read past the file's EOF (end of file) position.
Constructs a read_past_end.
Copy-constructs a read_past_end from an existing one.
The read_past_end to copy from.
Copy-assigns a read_past_end into this one.
The read_past_end to copy from.
Move-constructs a read_past_end from an existing one.
The read_past_end to move from.
Move-assigns a read_past_end into this one.
The read_past_end to move from.
Returns the explanatory string.
Copyright © 2022-2025 Daniel T. McGinnis