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

Method end

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

Source from the content-addressed store, hash-verified

10169
10170 iterator begin() const { return iterator(impl_->Begin()); }
10171 iterator end() const { return iterator(impl_->End()); }
10172
10173 private:
10174 linked_ptr<const ParamGeneratorInterface<T> > impl_;

Callers

nothing calls this directly

Calls 1

EndMethod · 0.45

Tested by

no test coverage detected