Treelite
Classes | Public Member Functions | List of all members
optional< T > Class Template Reference
Collaboration diagram for optional< T >:
Collaboration graph
[legend]

Public Member Functions

 optional (const T &input_value)
 
 optional (optional< T > &&other)
 
 operator bool () const
 
T & operator* ()
 
const T & operator* () const
 
T * operator-> ()
 
optionaloperator= (const T &new_value)
 

Detailed Description

template<typename T>
class treelite::optional< T >

Definition at line 14 of file optional.h.


The documentation for this class was generated from the following file: