MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / end

Method end

deps/openvdb-3.1.0/openvdb/util/PagedArray.h:386–386  ·  view source on GitHub ↗

@brief Return a non-const iterator pointing to the past-the-last element. @warning Iterator does not point to a valid element and should not be dereferenced!

Source from the content-addressed store, hash-verified

384 /// @warning Iterator does not point to a valid element and should not
385 /// be dereferenced!
386 Iterator end() { return Iterator(*this, mSize); }
387
388 /// @brief Return a const iterator pointing to the first element
389 ConstIterator cbegin() const { return ConstIterator(*this, 0); }

Callers 4

sortMethod · 0.95
invSortMethod · 0.95
mergeMethod · 0.45
operator()Method · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected