C++ Complementary Library
This exception 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, you'll get this exception.
Returns the explanatory string.
Copyright © 2022-2025 Daniel T. McGinnis