#include <forward.hpp>
Public Member Functions | |
| light (T &x) | |
| light (T *x) | |
| light (void *x) | |
| operator T & () const | |
| operator T* () const | |
| T * | value () const |
| void * | void_value () const |
Private Attributes | |
| T * | m_value |
Definition at line 1244 of file forward.hpp.
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |