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

Method Begin

test/gtest/gtest.h:10274–10276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10272 virtual ~ValuesInIteratorRangeGenerator() {}
10273
10274 virtual ParamIteratorInterface<T>* Begin() const {
10275 return new Iterator(this, container_.begin());
10276 }
10277 virtual ParamIteratorInterface<T>* End() const {
10278 return new Iterator(this, container_.end());
10279 }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected