MCPcopy Create free account
hub / github.com/dmlc/parameter_server / begin

Method begin

src/util/shared_array.h:91–91  ·  view source on GitHub ↗

Iterators

Source from the content-addressed store, hash-verified

89
90 // Iterators
91 V* begin() { return data(); }
92 const V* begin() const { return data(); }
93 V* end() { return data() + size(); }
94 const V* end() const { return data() + size(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected