Actions
Task #1633
closedMake StrategyChoice table enumerable
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
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;
Updated by Junxiao Shi over 10 years ago
- Blocks Task #1632: Strategy Choice dataset publisher added
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 70
Updated by Alex Afanasyev over 10 years ago
Why this issue is only 70%? Anything left here?
Updated by Junxiao Shi over 10 years ago
- 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.
Actions