#include <TemplateHelper.h>
Public Types | |
typedef const T & | ToConstRef |
typedef T & | ToRef |
Converts the type T to either a reference or a const reference. If T already is a reference it is left untouched.
Definition at line 37 of file TemplateHelper.h.
typedef const T& icl_core::ConvertToRef< T >::ToConstRef |
Definition at line 39 of file TemplateHelper.h.
typedef T& icl_core::ConvertToRef< T >::ToRef |
Definition at line 40 of file TemplateHelper.h.