OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CheckedMallocDeleter< TARGET_TYPE > Struct Template Reference

#include <TargetValueConverters.h>

Public Member Functions

void operator() (TARGET_TYPE *p)
 

Detailed Description

template<typename TARGET_TYPE>
struct CheckedMallocDeleter< TARGET_TYPE >

Definition at line 47 of file TargetValueConverters.h.

Member Function Documentation

template<typename TARGET_TYPE >
void CheckedMallocDeleter< TARGET_TYPE >::operator() ( TARGET_TYPE *  p)
inline

Definition at line 48 of file TargetValueConverters.h.

48 { free(p); }

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