Searched defs:ResultValueBase (Results 1 – 1 of 1) sorted by relevance
8954 class ResultValueBase : public ResultBase { class8962 ResultValueBase( Type type ) : ResultBase( type ) {} in ResultValueBase() function in Catch::clara::detail::ResultValueBase8964 ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8969 ResultValueBase( Type, T const &value ) : ResultBase( Ok ) { in ResultValueBase() function in Catch::clara::detail::ResultValueBase8993 class ResultValueBase<void> : public ResultBase { class