TF++, Miscellaneous classes and modules in C++:

◆ clear()

template<class T>
void tfxx::RangeList< T >::clear ( )
inline

Definition at line 56 of file rangelist.h.

References tfxx::RangeList< T >::Mlist.

57  { Mlist.erase(Mlist.begin(), Mlist.end()); }