![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <elemental_matcher.h>
Public Types | |
using | is_gtest_matcher = void |
Public Member Functions | |
ElementalMatcher (const Elemental &expected ABSL_ATTRIBUTE_LIFETIME_BOUND, const ElementalDifferenceOptions &options) | |
bool | MatchAndExplain (const Elemental &actual, std::ostream *os) const |
void | DescribeTo (std::ostream *os) const |
void | DescribeNegationTo (std::ostream *os) const |
Definition at line 26 of file elemental_matcher.h.
Definition at line 28 of file elemental_matcher.h.
|
explicit |
Definition at line 23 of file elemental_matcher.cc.
void operations_research::math_opt::ElementalMatcher::DescribeNegationTo | ( | std::ostream * | os | ) | const |
Definition at line 45 of file elemental_matcher.cc.
void operations_research::math_opt::ElementalMatcher::DescribeTo | ( | std::ostream * | os | ) | const |
Definition at line 41 of file elemental_matcher.cc.
bool operations_research::math_opt::ElementalMatcher::MatchAndExplain | ( | const Elemental & | actual, |
std::ostream * | os ) const |
Definition at line 27 of file elemental_matcher.cc.