#include <refcount.hpp>
Public Types | |
typedef T & | type |
Same as (T&). | |
Static Public Member Functions | |
static type | deref (T *t) |
Returns *t. |
Definition at line 76 of file refcount.hpp.
typedef T& refcount::Detail::ref_type< T >::type |
static type refcount::Detail::ref_type< T >::deref | ( | T * | t | ) | [inline, static] |