libpsynth 0.2.1
Public Member Functions
psynth::base::deleter< PtrT > Struct Template Reference

Functor for the delete operator, usefull to clear pointer containers with for_each. More...

#include <pointer.hpp>

List of all members.

Public Member Functions

void operator() (PtrT ptr)

Detailed Description

template<class PtrT>
struct psynth::base::deleter< PtrT >

Functor for the delete operator, usefull to clear pointer containers with for_each.


Member Function Documentation

template<class PtrT >
void psynth::base::deleter< PtrT >::operator() ( PtrT  ptr) [inline]

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