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

Method operator==

tests/gtest/gtest.h:7552–7555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7550 const_iterator begin() const { return array_; }
7551 const_iterator end() const { return array_ + size_; }
7552 bool operator==(const NativeArray& rhs) const {
7553 return size() == rhs.size() &&
7554 ArrayEq(begin(), size(), rhs.begin());
7555 }
7556
7557 private:
7558 enum {

Callers

nothing calls this directly

Calls 3

ArrayEqFunction · 0.85
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected