MCPcopy Create free account
hub / github.com/BVLC/caffe / End

Method End

src/gtest/gtest.h:10212–10214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10210 return new Iterator(this, container_.begin());
10211 }
10212 virtual ParamIteratorInterface<T>* End() const {
10213 return new Iterator(this, container_.end());
10214 }
10215
10216 private:
10217 typedef typename ::std::vector<T> ContainerType;

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected