xoreos  0.0.5
Static Public Member Functions | List of all members
Common::DeallocatorFree Struct Reference

Deallocate a pointer using free(). More...

#include <deallocator.h>

Static Public Member Functions

template<typename T >
static void destroy (T *x)
 

Detailed Description

Deallocate a pointer using free().

Definition at line 60 of file deallocator.h.

Member Function Documentation

◆ destroy()

template<typename T >
static void Common::DeallocatorFree::destroy ( T *  x)
inlinestatic

Definition at line 62 of file deallocator.h.


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