OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CheckedAllocDeleter Struct Reference

#include <checked_alloc.h>

Public Member Functions

void operator() (void *p)
 

Detailed Description

Definition at line 61 of file checked_alloc.h.

Member Function Documentation

void CheckedAllocDeleter::operator() ( void *  p)
inline

Definition at line 62 of file checked_alloc.h.

62 { free(p); }

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