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

Method Clone

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

Source from the content-addressed store, hash-verified

10144 index_++;
10145 }
10146 virtual ParamIteratorInterface<T>* Clone() const {
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

Callers 3

ParamIteratorMethod · 0.45
ParamIteratorClass · 0.45
operator++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected