C++ Utilities
4.9.1
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
|
The StringDataDeleter struct deletes the data of a StringData instance. More...
#include <stringconversion.h>
Public Member Functions | |
void | operator() (char *stringData) |
Deletes the specified stringData with std::free(), because the memory has been allocated using std::malloc()/std::realloc(). More... | |
The StringDataDeleter struct deletes the data of a StringData instance.
Definition at line 23 of file stringconversion.h.
|
inline |
Deletes the specified stringData with std::free(), because the memory has been allocated using std::malloc()/std::realloc().
Definition at line 28 of file stringconversion.h.