arduino-emulator
Public Member Functions | List of all members
Catch::Option< T > Class Template Reference
Inheritance diagram for Catch::Option< T >:
Catch::LazyStat< Catch::GroupInfo > Catch::LazyStat< Catch::TestCaseInfo > Catch::LazyStat< Catch::TestRunInfo > Catch::LazyStat< T >

Public Member Functions

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

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