Public Member Functions

DeleteObject Struct Reference

Functor for deleting containers of pointers. Scott Meyers, Effective STL, Item 7. More...

#include <tokenst.h>

List of all members.

Public Member Functions

template<typename T >
void operator() (const T *ptr) const

Detailed Description

Functor for deleting containers of pointers. Scott Meyers, Effective STL, Item 7.


Member Function Documentation

void operator() ( const T *  ptr ) const [inline]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines