BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
DCFillableNeutralList.h File Reference

Go to the source code of this file.

Classes

class  DCFillableNeutralList< Neutral >
 

Functions

template<class Neutral , class WitnessIterator >
void dc_fill (DCFillableNeutralList< Neutral > &aFillableList, WitnessIterator first, WitnessIterator last)
 

Function Documentation

◆ 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)