class read_past_end


class read_past_end
    : public std::exception

Description

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.

Public Member Functions

const char*
what ()
const noexcept override

Returns the explanatory string.



Copyright © 2022-2025 Daniel T. McGinnis

CCL was first published in 2022, and is still actively maintained.

This website was first published in 2022, and is still actively maintained.

This specific web page was first published in 2022.