MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / size

Method size

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

STL-style container methods.

Source from the content-addressed store, hash-verified

7737
7738 // STL-style container methods.
7739 size_t size() const { return size_; }
7740 const_iterator begin() const { return array_; }
7741 const_iterator end() const { return array_ + size_; }
7742 bool operator==(const NativeArray& rhs) const {

Callers 1

operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected