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

Method end

include/win/boost/multi_array/multi_array_ref.hpp:548–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 }
547
548 iterator end() {
549 return iterator(*this->index_bases()+(index)*this->shape(),origin(),
550 this->shape(),this->strides(),
551 this->index_bases());
552 }
553
554 // rbegin() and rend() written naively to thwart MSVC ICE.
555 reverse_iterator rbegin() {

Callers 6

reshapeMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45
init_from_extent_genMethod · 0.45
init_multi_array_refMethod · 0.45
multi_array_refClass · 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