|
Horizon
|
Public Member Functions | |
| auto | value () const -> T const & |
Protected Member Functions | |
| ResultValueBase (ResultType type) | |
| ResultValueBase (ResultValueBase const &other) | |
| ResultValueBase (ResultType, T const &value) | |
| auto | operator= (ResultValueBase const &other) -> ResultValueBase & |
Protected Member Functions inherited from Catch::Clara::Detail::ResultBase | |
| ResultBase (ResultType type) | |
| ResultBase (ResultBase const &)=default | |
| ResultBase & | operator= (ResultBase const &)=default |
| ResultBase (ResultBase &&)=default | |
| ResultBase & | operator= (ResultBase &&)=default |
| virtual void | enforceOk () const =0 |
Protected Attributes | |
| union { | |
| T m_value | |
| }; | |
Protected Attributes inherited from Catch::Clara::Detail::ResultBase | |
| ResultType | m_type |