#include <types.h>
Public Member Functions | |
operator T () const | |
T & | operator* () |
const T & | operator* () const |
ValueWithDefault () | |
ValueWithDefault (const T &_value) | |
Public Attributes | |
T | value |
Helper struct that encapsulates a value with a default, this is just used as a member object so you don't have to specify defaults in the class constructor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
T gtsam::ValueWithDefault< T, defaultValue >::value |