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

Class AnyGt

tests/gtest/gtest.h:9125–9128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9123 bool operator()(const A& a, const B& b) const { return a < b; }
9124};
9125struct AnyGt {
9126 template <typename A, typename B>
9127 bool operator()(const A& a, const B& b) const { return a > b; }
9128};
9129struct AnyLe {
9130 template <typename A, typename B>
9131 bool operator()(const A& a, const B& b) const { return a <= b; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected