STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

delete_instance Struct Template Reference

This functional deletes an object instance, via scalar delete. More...

#include <stlsoft_functionals.h>

List of all members.

Public Methods

void operator() (T *pt)
 The function call operator, which deletes the given instance.


Detailed Description

template<typename T>
struct stlsoft::delete_instance< T >

This functional deletes an object instance, via scalar delete.


Member Function Documentation

void operator() T *    pt [inline]
 

The function call operator, which deletes the given instance.

Parameters:
pt  A pointer to an instance of type T to be deleted


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004