Geant4  10.02.p03
G4Delete Struct Reference

#include <G4HadTmpUtil.hh>

Collaboration diagram for G4Delete:

Public Member Functions

template<class T >
void operator() (T *aT)
 

Detailed Description

Definition at line 55 of file G4HadTmpUtil.hh.

Member Function Documentation

◆ operator()()

template<class T >
void G4Delete::operator() ( T *  aT)
inline

Definition at line 55 of file G4HadTmpUtil.hh.

55 { template<class T> void operator() (T * aT) {delete aT;} };
void operator()(T *aT)
Definition: G4HadTmpUtil.hh:55

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