buffer_error struct
#include <nxtio/buffers.hpp>
Base exception for buffered byte I/O helpers.
Derived classes
- struct end_of_stream
- Raised when a reader needs more bytes but the source ended.
- struct operation_cancelled
- Raised when a stop token cancels a buffered operation.
Public functions
- auto what(T... args) → T