Horizon
Loading...
Searching...
No Matches
Catch::Clara::Detail::ResultValueBase< T > Class Template Reference
Inheritance diagram for Catch::Clara::Detail::ResultValueBase< T >:
Catch::Clara::Detail::ResultBase Catch::Clara::Detail::BasicResult< ParseResultType > Catch::Clara::Detail::BasicResult< ParseState >

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

The documentation for this class was generated from the following file: