Searched defs:valueOr (Results 1 – 2 of 2) sorted by relevance
57 const T &valueOr(const T &defaultValue) const { return mValid ? mValue : defaultValue; } in valueOr() function
2763 T valueOr( T const& defaultValue ) const { in valueOr() function in Catch::Option