MCPcopy Create free account
hub / github.com/DFHack/dfhack / end

Method end

library/include/BitArray.h:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 return begin();
482 }
483 iterator end()
484 {
485 return iterator(static_cast<L *>(this), nullptr);
486 }
487 const_iterator end() const
488 {
489 return const_iterator(const_cast<DfLinkedList<L, I> *>(this)->end());

Callers

nothing calls this directly

Calls 3

iteratorClass · 0.85
const_iteratorClass · 0.85
endMethod · 0.45

Tested by

no test coverage detected