ATLAS Offline Software
Loading...
Searching...
No Matches
RootUtils::FreeDeleter Struct Reference

#include <NormalizedTypeNameUtil.h>

Collaboration diagram for RootUtils::FreeDeleter:

Public Member Functions

void operator() (char *ptr)

Detailed Description

Definition at line 14 of file NormalizedTypeNameUtil.h.

Member Function Documentation

◆ operator()()

void RootUtils::FreeDeleter::operator() ( char * ptr)
inline

Definition at line 15 of file NormalizedTypeNameUtil.h.

15{ free(ptr); }

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