Task #1633
closed
Make StrategyChoice table enumerable
Added by Junxiao Shi over 10 years ago.
Updated over 10 years ago.
Description
Extend StrategyChoice table API with:
/// a forward iterator that can be dereferenced to `nfd::strategy_choice::Entry` type
typedef ... const_iterator;
const_iterator begin() const;
const_iterator end() const;
size_t size() const;
- Blocks Task #1632: Strategy Choice dataset publisher added
- Assignee set to Junxiao Shi
- Status changed from New to In Progress
- Status changed from In Progress to Code review
- % Done changed from 0 to 70
Why this issue is only 70%? Anything left here?
- Status changed from Code review to Closed
- % Done changed from 70 to 100
Usually I put 70% when I upload the Change for review. The last 30% is for efforts during code review.
Also available in: Atom
PDF