C++ Utilities  4.17.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Public Member Functions | List of all members
ConversionUtilities::StringDataDeleter Struct Reference

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...
 

Detailed Description

The StringDataDeleter struct deletes the data of a StringData instance.

Definition at line 24 of file stringconversion.h.

Member Function Documentation

◆ operator()()

void ConversionUtilities::StringDataDeleter::operator() ( char *  stringData)
inline

Deletes the specified stringData with std::free(), because the memory has been allocated using std::malloc()/std::realloc().

Definition at line 29 of file stringconversion.h.


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