Loading...
Searching...
No Matches
containers::BufferUnderflow Class Reference

Thrown when popping from an empty container. More...

#include <containers.hpp>

Inheritance diagram for containers::BufferUnderflow:
[legend]
Collaboration diagram for containers::BufferUnderflow:
[legend]

Public Member Functions

 BufferUnderflow ()
 

Detailed Description

Thrown when popping from an empty container.

See also
Stack, RingBuffer

Definition at line 66 of file containers.hpp.

Constructor & Destructor Documentation

◆ BufferUnderflow()

containers::BufferUnderflow::BufferUnderflow ( )
inline

Definition at line 68 of file containers.hpp.

68: ContainerError("buffer underflow: container is empty") {}

The documentation for this class was generated from the following file: