Searched defs:ResultValueBase (Results 1 – 1 of 1) sorted by relevance
8867 class ResultValueBase : public ResultBase { class8875 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase8877 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8882 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8906 class ResultValueBase<void> : public ResultBase { class