Project

General

Profile

Actions

Task #1633

closed

Make StrategyChoice table enumerable

Added by Junxiao Shi almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Tables
Target version:
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;

Related issues 1 (0 open1 closed)

Blocks NFD - Task #1632: Strategy Choice dataset publisherClosed

Actions
Actions

Also available in: Atom PDF