Functor for deleting containers of pointers. Scott Meyers, Effective STL, Item 7. More...
#include <tokenst.h>
Public Member Functions | |
template<typename T > | |
void | operator() (const T *ptr) const |
Functor for deleting containers of pointers. Scott Meyers, Effective STL, Item 7.
void operator() | ( | const T * | ptr ) | const [inline] |