C++ Utilities 5.26.1
Useful C++ classes and routines 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(). | |
The StringDataDeleter struct deletes the data of a StringData instance.
Definition at line 33 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 38 of file stringconversion.h.