proxygen
folly::ShutdownSocketSet::Free Struct Reference

Public Member Functions

template<class T >
void operator() (T *ptr) const
 

Detailed Description

Definition at line 132 of file ShutdownSocketSet.h.

Member Function Documentation

template<class T >
void folly::ShutdownSocketSet::Free::operator() ( T ptr) const
inline

Definition at line 134 of file ShutdownSocketSet.h.

References bm::free().

134  {
135  ::free(ptr);
136  }
void * ptr
void free()

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