Treelite
|
Public Member Functions | |
optional (const T &input_value) | |
optional (optional< T > &&other) | |
operator bool () const | |
T & | operator* () |
const T & | operator* () const |
T * | operator-> () |
optional & | operator= (const T &new_value) |
Definition at line 14 of file optional.h.