|
| Option (T const &_value) |
|
| Option (Option const &_other) |
|
Option & | operator= (Option const &_other) |
|
Option & | operator= (T const &_value) |
|
void | reset () |
|
T & | operator* () |
|
T const & | operator* () const |
|
T * | operator-> () |
|
const T * | operator-> () const |
|
T | valueOr (T const &defaultValue) const |
|
bool | some () const |
|
bool | none () const |
|
bool | operator! () const |
|
| operator bool () const |
|
|
T * | nullableValue |
|
char | storage [sizeof(T)] |
|
template<typename T>
class Catch::Option< T >
Definition at line 4409 of file catch.hpp.
The documentation for this class was generated from the following file: