Go to the source code of this file.
|
template<class Neutral , class WitnessIterator > |
void | dc_fill (DCFillableNeutralList< Neutral > &aFillableList, WitnessIterator first, WitnessIterator last) |
|
◆ dc_fill()
template<class Neutral , class WitnessIterator >
void dc_fill |
( |
DCFillableNeutralList< Neutral > & |
aFillableList, |
|
|
WitnessIterator |
first, |
|
|
WitnessIterator |
last |
|
) |
| |
|
inline |
Definition at line 154 of file DCFillableNeutralList.h.
157{
158 aFillableList.
fill(first,last);
159}
void fill(WitnessIterator first, WitnessIterator last)