MCPcopy Create free account
hub / github.com/apache/singa / End

Method End

test/gtest/gtest.h:10277–10279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10275 return new Iterator(this, container_.begin());
10276 }
10277 virtual ParamIteratorInterface<T>* End() const {
10278 return new Iterator(this, container_.end());
10279 }
10280
10281 private:
10282 typedef typename ::std::vector<T> ContainerType;

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected