MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / operator==

Method operator==

rtpose_wrapper/src/gtest/gtest.h:7742–7745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7740 const_iterator begin() const { return array_; }
7741 const_iterator end() const { return array_ + size_; }
7742 bool operator==(const NativeArray& rhs) const {
7743 return size() == rhs.size() &&
7744 ArrayEq(begin(), size(), rhs.begin());
7745 }
7746
7747 private:
7748 // Initializes this object; makes a copy of the input array if

Callers

nothing calls this directly

Calls 3

ArrayEqFunction · 0.85
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected