SimGrid  3.13
Versatile Simulation of Distributed Systems
simgrid::xbt::destroy_delete< T > Struct Template Reference

Delete operator which call a destroy() free function. More...

#include <memory.hpp>

Public Member Functions

void operator() (T *t) const
 

Detailed Description

template<class T>
struct simgrid::xbt::destroy_delete< T >

Delete operator which call a destroy() free function.

Member Function Documentation

template<class T >
void simgrid::xbt::destroy_delete< T >::operator() ( T *  t) const
inline

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