proxygen
folly::detail::Destroy Struct Reference

#include <dynamic-inl.h>

Static Public Member Functions

template<class T >
static void destroy (T *t)
 

Detailed Description

Definition at line 156 of file dynamic-inl.h.

Member Function Documentation

template<class T >
static void folly::detail::Destroy::destroy ( T t)
inlinestatic

Definition at line 158 of file dynamic-inl.h.

158  {
159  t->~T();
160  }

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