class invalid_access_mode


class invalid_access_mode
    : public std::exception

Description

This exception type indicates that an IO operation was attempted under the wrong access mode. For example, trying to write to a file that was opened as read-only.

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.