MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / AnyGe

Class AnyGe

tests/gtest/gtest.h:9133–9136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9131 bool operator()(const A& a, const B& b) const { return a <= b; }
9132};
9133struct AnyGe {
9134 template <typename A, typename B>
9135 bool operator()(const A& a, const B& b) const { return a >= b; }
9136};
9137
9138// A match result listener that ignores the explanation.
9139class DummyMatchResultListener : public MatchResultListener {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected