Public Member Functions | |
auto | value () const -> T const & |
Protected Member Functions | |
ResultValueBase (ResultValueBase const &other) | |
ResultValueBase (Type type) | |
ResultValueBase (Type, T const &value) | |
auto | operator= (ResultValueBase const &other) -> ResultValueBase & |
![]() | |
ResultBase (Type type) | |
virtual void | enforceOk () const =0 |
Protected Attributes | |
union { | |
T m_value | |
}; | |
![]() | |
Type | m_type |
Additional Inherited Members | |
![]() | |
enum | Type { Ok , LogicError , RuntimeError } |