OpenBarnyard
 
Loading...
Searching...
No Matches
STL::MemoryDeleter< Type > Class Template Reference

#include <STL.h>

Public Member Functions

void operator() (Type *ptr)
 

Detailed Description

template<class Type>
class STL::MemoryDeleter< Type >

Definition at line 68 of file STL.h.

Member Function Documentation

◆ operator()()

template<class Type>
void STL::MemoryDeleter< Type >::operator() ( Type * ptr)
inline

Definition at line 71 of file STL.h.

71{ delete ptr; }

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