OpenBarnyard
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
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
; }
STL::MemoryDeleter
Definition
STL.h:69
The documentation for this class was generated from the following file:
D:/_dev/OpenBarnyard/Source/Toshi/Source/Toshi/
STL.h
STL
MemoryDeleter
Generated by
1.13.2