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

Method End

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

Source from the content-addressed store, hash-verified

10125 return new Iterator(this, begin_, 0, step_);
10126 }
10127 virtual ParamIteratorInterface<T>* End() const {
10128 return new Iterator(this, end_, end_index_, step_);
10129 }
10130
10131 private:
10132 class Iterator : public ParamIteratorInterface<T> {

Callers 1

endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected