This is Unofficial EPICS BASE Doxygen Site
boost::checked_array_deleter< T > Struct Template Reference

#include "checked_delete.hpp"

Public Types

typedef void result_type
 
typedef T * argument_type
 

Public Member Functions

void operator() (T *x) const
 

Detailed Description

template<class T>
struct boost::checked_array_deleter< T >

Definition at line 56 of file checked_delete.hpp.

Member Typedef Documentation

template<class T >
typedef T* boost::checked_array_deleter< T >::argument_type

Definition at line 59 of file checked_delete.hpp.

template<class T >
typedef void boost::checked_array_deleter< T >::result_type

Definition at line 58 of file checked_delete.hpp.

Member Function Documentation

template<class T >
void boost::checked_array_deleter< T >::operator() ( T *  x) const
inline

Definition at line 61 of file checked_delete.hpp.

62  {
64  }
void checked_array_delete(T *x)

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