IndexFiller
Defined in
<common_types.h>
This structure is a generator for use with std::generate(). This is used for intializing lists with indexes.
Member Fields
Field | Type | Notes |
---|---|---|
current | int |
The current index of the generator. |
Member Functions
(constructor) | |
No details given |