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

Method cend

library/include/BitArray.h:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 return const_iterator(const_cast<DfLinkedList<L, I> *>(this)->end());
490 }
491 const_iterator cend() const
492 {
493 return end();
494 }
495
496 /**
497 * This erases the cell at the location of the iterator, but not the item pointed to by that cell.

Callers 5

sizeMethod · 0.95
linked_list_removeFunction · 0.80
debug.cppFile · 0.80
queue_itemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected