#include <sharelib.h>
Public Types | |
| typedef T & | reference |
| Reference type derived from template parameter. | |
| typedef const T & | const_reference |
| Const reference type derived from template parameter. | |
Struct defines type for reference and const reference. This helps to avoid referencing void type in templates.
Definition at line 135 of file sharelib.h.
| typedef T& Share::TReference< T >::reference |
| typedef const T& Share::TReference< T >::const_reference |
1.5.2