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

Method operator->

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

Source from the content-addressed store, hash-verified

10046
10047 const T& operator*() const { return *impl_->Current(); }
10048 const T* operator->() const { return impl_->Current(); }
10049 // Prefix version of operator++.
10050 ParamIterator& operator++() {
10051 impl_->Advance();

Callers

nothing calls this directly

Calls 1

CurrentMethod · 0.45

Tested by

no test coverage detected