|
Zero
0.1.0
|
Exception thrown when an HashtableDeque is empty. More...
#include <hashtable_deque_exceptions.hpp>
Public Member Functions | |
| const char * | what () const noexcept override |
Public Member Functions inherited from zero::hashtable_deque::HashtableDequeException< key_type, invalid_key > | |
| HashtableDequeException (const uint64_t &size, const key_type &back, const key_type &front) | |
| Constructor of an exception thrown in HashtableDeque. More... | |
| const char * | what () const noexcept override |
| What caused the exception happened? More... | |
| virtual const char * | details () const noexcept |
| Details about the exceptional state. More... | |
Additional Inherited Members | |
Protected Attributes inherited from zero::hashtable_deque::HashtableDequeException< key_type, invalid_key > | |
| const uint64_t | _size |
| The size of the HashtableDeque. More... | |
| const key_type | _back |
| The back of the HashtableDeque. More... | |
| const key_type | _front |
| The front of the HashtableDeque. More... | |
Exception thrown when an HashtableDeque is empty.
Represents an exception that can be thrown in instances of HashtableDeque when it is unexpectedly empty.
| key_type | The key type of the corresponding HashtableDeque . |
| invalid_key | The invalid key used in the corresponding HashtableDeque . |
|
inlineoverridenoexcept |
1.8.12