CGEM BOSS 6.6.5.f
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
 

Detailed Description

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 54 of file InstallArea/include/MdcRecoUtil/MdcRecoUtil/BesCollectionUtils.h.

54 {
55 delete[] array;
56 }

◆ operator()() [2/2]

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

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