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

Method Current

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

Source from the content-addressed store, hash-verified

10147 return new Iterator(*this);
10148 }
10149 virtual const T* Current() const { return &value_; }
10150 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
10151 // Having the same base generator guarantees that the other
10152 // iterator is of the same type and we can downcast.

Callers 2

ParamIteratorClass · 0.45
operator->Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected