Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <status_matchers.h>
Public Types | |
using | value_type |
Public Member Functions | |
template<typename InnerMatcher > | |
IsOkAndHoldsMatcherImpl (InnerMatcher &&inner_matcher) | |
void | DescribeTo (std::ostream *os) const override |
void | DescribeNegationTo (std::ostream *os) const override |
bool | MatchAndExplain (StatusOrType actual_value, ::testing::MatchResultListener *result_listener) const override |
Monomorphic implementation of matcher IsOkAndHolds(m). StatusOrType is a reference to StatusOr<T>.
Definition at line 42 of file status_matchers.h.
using testing::status::internal::IsOkAndHoldsMatcherImpl< StatusOrType >::value_type |
Definition at line 45 of file status_matchers.h.
|
inlineexplicit |
Definition at line 49 of file status_matchers.h.
|
inlineoverride |
Definition at line 58 of file status_matchers.h.
|
inlineoverride |
Definition at line 53 of file status_matchers.h.
|
inlineoverride |
Definition at line 63 of file status_matchers.h.