![]() |
CustusX
18.04-rc6
An IGT application
|
#include <catch.hpp>
Public Member Functions | |
| LazyStat () | |
| LazyStat & | operator= (T const &_value) |
| void | reset () |
Public Member Functions inherited from Catch::Option< T > | |
| Option () | |
| Option (T const &_value) | |
| Option (Option const &_other) | |
| ~Option () | |
| 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 SafeBool::type () const | |
Public Attributes | |
| bool | used |
|
inline |
|
inline |
|
inline |
| bool Catch::LazyStat< T >::used |