#include <smart_ptr.h>
Public Member Functions | |
| ByRef (T &v) | |
| operator T & () | |
Private Member Functions | |
| ByRef & | operator= (const ByRef &) |
Private Attributes | |
| T & | value_ |
Definition at line 438 of file smart_ptr.h.
| ByRef< T >::operator T & | ( | ) | [inline] |
Definition at line 447 of file smart_ptr.h.
1.5.8