#include <catch_amalgamated.hpp>
Public Member Functions | |
T const & | value () const & |
T && | value () && |
Protected Member Functions | |
ResultValueBase (ResultType type) | |
ResultValueBase (ResultValueBase const &other) | |
ResultValueBase (ResultValueBase &&other) | |
ResultValueBase (ResultType, T const &value) | |
ResultValueBase (ResultType, T &&value) | |
ResultValueBase & | operator= (ResultValueBase const &other) |
ResultValueBase & | operator= (ResultValueBase &&other) |
~ResultValueBase () override | |
![]() | |
ResultBase (ResultType type) | |
virtual | ~ResultBase () |
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 | ||
}; | ||
![]() | ||
ResultType | m_type | |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineoverrideprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
union { ... } Catch::Clara::Detail::ResultValueBase< T > |
T Catch::Clara::Detail::ResultValueBase< T >::m_value |