OSVR-Core
Public Member Functions | List of all members
Catch::Option< T > Class Template Reference

Public Member Functions

 Option (T const &_value)
 
 Option (Option const &_other)
 
Optionoperator= (Option const &_other)
 
Optionoperator= (T const &_value)
 
void reset ()
 
Toperator* ()
 
T const & operator* () const
 
Toperator-> ()
 
const Toperator-> () const
 
T valueOr (T const &defaultValue) const
 
bool some () const
 
bool none () const
 
bool operator! () const
 
 operator SafeBool::type () const
 

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