MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / end

Method end

ibtk/contrib/boost/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 13

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
operator<Method · 0.45
sub_arrayClass · 0.45
copy_arrayMethod · 0.45
copy_arrayFunction · 0.45
type operator<<Method · 0.45

Calls 4

iteratorClass · 0.85
index_basesMethod · 0.45
shapeMethod · 0.45
stridesMethod · 0.45

Tested by

no test coverage detected