Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::Deleter Class Reference

Utility class for destroying objects allocated by new. More...

#include <arcane/utils/Deleter.h>

Collaboration diagram for Arcane::Deleter:

Public Member Functions

template<class U>
void operator() (const U *ptr) const

Detailed Description

Utility class for destroying objects allocated by new.

Definition at line 32 of file Deleter.h.

Member Function Documentation

◆ operator()()

template<class U>
void Arcane::Deleter::operator() ( const U * ptr) const
inline

Definition at line 37 of file Deleter.h.


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