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

Detailed Description

Definition at line 49 of file BesCollectionUtils.h.

Member Function Documentation

◆ operator()()

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

Definition at line 54 of file BesCollectionUtils.h.

54 {
55 delete[] array;
56 }

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