Thread-safe out of range exception.
|
|
| OutOfRangeThreadsafe (const std::string &description) |
| | Construct with a string describing the exception.
|
|
const char * | what () const noexcept override |
|
|
typedef std::string | String |
|
typedef std::allocator< char > | Allocator |
|
| ThreadsafeException () |
| | Default constructor is protected - may only be created from derived classes.
|
|
| ~ThreadsafeException () noexcept override |
| | Default destructor doesn't have the noexcept.
|
|
bool | dynamic_ |
| | Whether this object was moved.
|
|
std::optional< String > | description_ |
| | Optional description.
|
The documentation for this class was generated from the following file: