Claw  1.7.3
Public Member Functions | List of all members
claw::delete_function< T > Class Template Reference

Function object that deletes a pointer. More...

#include <functional.hpp>

Inheritance diagram for claw::delete_function< T >:
unary_function

Public Member Functions

void operator() (const T &a) const

Detailed Description

template<typename T>
class claw::delete_function< T >

Function object that deletes a pointer.

Template arguments:

Remarks
Use this function object to clear your container of pointers.
Author
Julien Jorge

Definition at line 255 of file functional.hpp.


The documentation for this class was generated from the following file: