Pallas Solver  0.1
C++ Global Optimization Algorithms
Public Member Functions | List of all members
pallas::ScopedPtrMallocFree Class Reference

This class wraps the c library function free() in a class that can be passed as a template argument to scoped_ptr_malloc below. More...

#include <scoped_ptr.h>

Public Member Functions

void operator() (void *x) const
 

Detailed Description

This class wraps the c library function free() in a class that can be passed as a template argument to scoped_ptr_malloc below.


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