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

#include <sqltypes.h>

Public Member Functions

void operator() (int8_t *p)
 

Detailed Description

Definition at line 186 of file sqltypes.h.

Member Function Documentation

void FreeDeleter::operator() ( int8_t *  p)
inline

Definition at line 187 of file sqltypes.h.

187 { free(p); }

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