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

Method end

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

Source from the content-addressed store, hash-verified

293 }
294
295 iterator end() {
296 return iterator(*this->index_bases()+(index)*this->shape(),origin(),
297 this->shape(),this->strides(),this->index_bases());
298 }
299
300 // RG - rbegin() and rend() written naively to thwart MSVC ICE.
301 reverse_iterator rbegin() {

Callers 15

wait_allFunction · 0.45
saverFunction · 0.45
loaderFunction · 0.45
register_typeFunction · 0.45
index_genMethod · 0.45
operator[]Method · 0.45
all_dims_ascendingMethod · 0.45
extent_genMethod · 0.45
constraintsMethod · 0.45
constraintsMethod · 0.45
const_constraintsMethod · 0.45

Calls 5

iteratorClass · 0.50
endClass · 0.50
index_basesMethod · 0.45
shapeMethod · 0.45
stridesMethod · 0.45

Tested by

no test coverage detected