template class axl::rc::Release

#include <axl_rc_RefCount.h>

template <typename T>
class Release
{
public:
    // methods

    void
    operator()(T* p) const;
};