EmptyDeallocator< T > Struct Template Reference

#include <utils.h>

List of all members.

Public Member Functions

void operator() (T *)

Detailed Description

template<typename T>
struct EmptyDeallocator< T >

Empty deallocator. This functor can be used with smart pointers when instance cannot be deallocated.


Member Function Documentation

template<typename T >
void EmptyDeallocator< T >::operator() ( T *   )  [inline]

Deallocation function operator.


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