C++ Complementary Library
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.
Constructs an invalid_access_mode.
Copy-constructs an invalid_access_mode from an existing one.
The invalid_access_mode to copy from.
Copy-assigns an invalid_access_mode into this one.
The invalid_access_mode to copy from.
Move-constructs an invalid_access_mode from an existing one.
The invalid_access_mode to move from.
Move-assigns an invalid_access_mode into this one.
The invalid_access_mode to move from.
Returns the explanatory string.
Copyright © 2022-2025 Daniel T. McGinnis