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

Method operator!=

tests/gtest/gtest.h:10545–10547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10543 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
10544 }
10545 bool operator!=(const ParamIterator& other) const {
10546 return !(*this == other);
10547 }
10548
10549 private:
10550 friend class ParamGenerator<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected