Actions
Feature #1015
closeddbo::collection::Iterator: add method get()
Start date:
10/06/2011
Due date:
% Done:
0%
Estimated time:
Description
Hello!
Sometimes first (or any) element of a collection is needed.
We are to write *(collection.begin())
.
Could you add method get()
to iterator and const_iterator, or method first() to collection?
BR
Updated by Koen Deforche almost 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.0
Hey,
I added a front() method, like std::vector/list.
Regards,
koen
Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed
Actions