| 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. |
no outgoing calls
no test coverage detected