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

Method operator==

tests/gtest/gtest.h:10542–10544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10540 return ParamIterator(clone);
10541 }
10542 bool operator==(const ParamIterator& other) const {
10543 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
10544 }
10545 bool operator!=(const ParamIterator& other) const {
10546 return !(*this == other);
10547 }

Callers

nothing calls this directly

Calls 2

getMethod · 0.80
EqualsMethod · 0.45

Tested by

no test coverage detected