gtsam 4.1.1
gtsam
|
Public Member Functions | |
ValuesKeyAlreadyExists (Key key) noexcept | |
Construct with the key-value pair attempted to be added. | |
Key | key () const noexcept |
The duplicate key that was attempted to be added. | |
GTSAM_EXPORT const char * | what () const noexcept override |
The message to be displayed to the user. | |
Protected Attributes | |
const Key | key_ |
The key that already existed. | |