BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
DCFillableNeutralNCList.h File Reference

Go to the source code of this file.

Classes

class  DCFillableNeutralNCList< NeutralNC >
 

Functions

template<class NeutralNC , class WitnessIterator >
void dc_fill (DCFillableNeutralNCList< NeutralNC > &aFillableList, WitnessIterator first, WitnessIterator last)
 

Function Documentation

◆ dc_fill()

template<class NeutralNC , class WitnessIterator >
void dc_fill ( DCFillableNeutralNCList< NeutralNC > &  aFillableList,
WitnessIterator  first,
WitnessIterator  last 
)
inline

Definition at line 153 of file DCFillableNeutralNCList.h.

156{
157 aFillableList.fill(first,last);
158}