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

Thrown when a fixed-capacity container is full. More...

#include <containers.hpp>

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

Public Member Functions

 BufferOverflow ()
 

Detailed Description

Thrown when a fixed-capacity container is full.

See also
RingBuffer

Definition at line 56 of file containers.hpp.

Constructor & Destructor Documentation

◆ BufferOverflow()

containers::BufferOverflow::BufferOverflow ( )
inline

Definition at line 58 of file containers.hpp.

58: ContainerError("buffer overflow: container is full") {}

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