Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Implements IsOkAndHolds(m) as a polymorphic matcher. More...
#include <status_matchers.h>
Public Member Functions | |
IsOkAndHoldsMatcher (InnerMatcher inner_matcher) | |
template<typename StatusOrType > | |
operator::testing::Matcher () const | |
Implements IsOkAndHolds(m) as a polymorphic matcher.
Definition at line 89 of file status_matchers.h.
|
inlineexplicit |
Definition at line 91 of file status_matchers.h.
|
inline |
Converts this polymorphic matcher to a monomorphic matcher of the given type. StatusOrType can be either StatusOr<T> or a reference to StatusOr<T>.
Definition at line 91 of file status_matchers.h.