MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / begin

Method begin

include/win/boost/multi_array/subarray.hpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 iterator begin() {
291 return iterator(*this->index_bases(),origin(),
292 this->shape(),this->strides(),this->index_bases());
293 }
294
295 iterator end() {
296 return iterator(*this->index_bases()+(index)*this->shape(),origin(),

Callers 15

wait_allFunction · 0.45
index_genMethod · 0.45
operator[]Method · 0.45
access_elementMethod · 0.45
general_storage_orderMethod · 0.45
all_dims_ascendingMethod · 0.45
c_storage_orderClass · 0.45
extent_genMethod · 0.45
constraintsMethod · 0.45
constraintsMethod · 0.45
const_constraintsMethod · 0.45

Calls 5

iteratorClass · 0.50
beginClass · 0.50
index_basesMethod · 0.45
shapeMethod · 0.45
stridesMethod · 0.45

Tested by

no test coverage detected