BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
bes::Collection::DeleteArray Struct Reference

#include <BesCollectionUtils.h>

Public Member Functions

template<class T>
void operator() (const T array[]) const
template<class T>
void operator() (const T array[]) const
template<class T>
void operator() (const T array[]) const

Detailed Description

Member Function Documentation

◆ operator()() [1/3]

template<class T>
void bes::Collection::DeleteArray::operator() ( const T array[]) const
inline

Definition at line 49 of file InstallArea/x86_64-el9-gcc13-dbg/include/MdcRecoUtil/BesCollectionUtils.h.

49{ delete[] array; }

◆ operator()() [2/3]

template<class T>
void bes::Collection::DeleteArray::operator() ( const T array[]) const
inline

Definition at line 49 of file InstallArea/x86_64-el9-gcc13-opt/include/MdcRecoUtil/BesCollectionUtils.h.

49{ delete[] array; }

◆ operator()() [3/3]

template<class T>
void bes::Collection::DeleteArray::operator() ( const T array[]) const
inline

Definition at line 49 of file Reconstruction/MdcPatRec/MdcRecoUtil/include/MdcRecoUtil/BesCollectionUtils.h.

49{ delete[] array; }

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