|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Thread-safe out of range exception. More...
#include <ThreadsafeException.h>


Public Member Functions | |
| OutOfRangeThreadsafe (const std::string &description) | |
| Construct with a string describing the exception. | |
| const char * | what () const noexcept override |
Protected Types | |
| typedef std::string | String |
| typedef std::allocator< char > | Allocator |
Protected Attributes | |
| bool | dynamic_ |
| Whether this object was moved. | |
| std::optional< String > | description_ |
| Optional description. | |
Thread-safe out of range exception.
1.8.13