libsq3  2007.10.18
Public Types | Static Public Member Functions | List of all members
refcount::Detail::ref_type< T > Struct Template Reference

Internal detail for dereferencing pointers. More...

#include <refcount.hpp>

Public Types

typedef T & type
 Same as (T&). More...
 

Static Public Member Functions

static type deref (T *t)
 Returns *t. More...
 

Detailed Description

template<typename T>
struct refcount::Detail::ref_type< T >

Internal detail for dereferencing pointers.

Definition at line 76 of file refcount.hpp.

Member Typedef Documentation

◆ type

template<typename T>
typedef T& refcount::Detail::ref_type< T >::type

Same as (T&).

Definition at line 79 of file refcount.hpp.

Member Function Documentation

◆ deref()

template<typename T>
static type refcount::Detail::ref_type< T >::deref ( T *  t)
inlinestatic

Returns *t.

Definition at line 81 of file refcount.hpp.

Referenced by refcount::rcptr< sqlite3, sq3::sqlite3_finalizer >::operator *().


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