libQuotient
A Qt library for building matrix clients
Quotient::CStructDeleter< T > Struct Template Reference

#include <util.h>

Public Member Functions

void operator() (T *toDelete)
 

Public Attributes

size_t(* destructor )(T *)
 

Detailed Description

template<typename T>
struct Quotient::CStructDeleter< T >

Definition at line 215 of file util.h.

Member Function Documentation

◆ operator()()

template<typename T >
void Quotient::CStructDeleter< T >::operator() ( T *  toDelete)
inline

Definition at line 218 of file util.h.

Member Data Documentation

◆ destructor

template<typename T >
size_t(* Quotient::CStructDeleter< T >::destructor) (T *)

Definition at line 216 of file util.h.


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