C++ Utilities 5.24.7
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CppUtilities::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()/stdrealloc().
 

Detailed Description

The StringDataDeleter struct deletes the data of a StringData instance.

Definition at line 33 of file stringconversion.h.

Member Function Documentation

◆ operator()()

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

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

Definition at line 38 of file stringconversion.h.


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