|
template<typename T > |
| operator T& () |
| Convert to T reference.
|
|
template<typename T > |
| operator const T & () const |
| Convert to const T reference.
|
|
template<typename T > |
| operator T* () |
| Convert to T pointer.
|
|
template<typename T > |
| operator const T * () const |
| Convert to const T pointer.
|
|
template<typename T > |
T & | get_reference () |
| Get address as T reference.
|
|
template<typename T > |
const T & | get_reference () const |
| Get address as const T reference.
|
|
template<typename T > |
T * | get_address () |
| Get address as T pointer.
|
|
template<typename T > |
const T * | get_address () const |
| Get address as const T pointer.
|
|
The documentation for this struct was generated from the following file: