binary_io::buffer_exhausted class

An exception which indicates the underlying buffer for a stream has been exhausted.

Base classes

class exception
The base exception type for all binary_io exceptions.

Constructors, destructors, conversion operators

buffer_exhausted() noexcept

Public functions

auto what() const -> const char* noexcept
Gets the stored message from the given exception.
auto what(T... args) -> T