template <typename T, typename = void>
struct recycler
Defined at line 108 of file ../../zircon/system/ulib/fbl/include/fbl/recycler.h
internal::recycler is the internal helper class which is permitted to call
Recyclable
<T
>::fbl_recycle_thunk. It can be removed when we move to C++17
and have the ability to prune code paths using if-constexpr before they need
to undergo name lookup or template expansion.
Public Methods
void recycle (T * ptr)
Defined at line 109 of file ../../zircon/system/ulib/fbl/include/fbl/recycler.h