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

Method End

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

Source from the content-addressed store, hash-verified

13902 g3_.begin());
13903 }
13904 virtual ParamIteratorInterface<ParamType>* End() const {
13905 return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end());
13906 }
13907
13908 private:
13909 class Iterator : public ParamIteratorInterface<ParamType> {

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected