Template/Macro helper utility that generates a value type by removing the reference syntax from a provided type. It has no effect if the provided type does not have a reference syntax.
Example:
Will instruct the compiler to generate:
#include <utility/YiTypeTraits.h>
Public Types | |
| typedef YI_TYPE | type |
| typedef YI_TYPE YI_REMOVE_REFERENCE< YI_TYPE >::type |
The type with the reference removed.