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

Class AnyNe

tests/gtest/gtest.h:9117–9120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9115 bool operator()(const A& a, const B& b) const { return a == b; }
9116};
9117struct AnyNe {
9118 template <typename A, typename B>
9119 bool operator()(const A& a, const B& b) const { return a != b; }
9120};
9121struct AnyLt {
9122 template <typename A, typename B>
9123 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