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 const syntax.
Example:
Will instruct the compiler to generate:
#include <utility/YiTypeTraits.h>
Public Types | |
| typedef YI_TYPE | type |
| typedef YI_TYPE YI_REMOVE_CONST< YI_TYPE >::type |
The type with const removed.