|
HDK
|
#include <SYS_TypeTraits.h>
Inheritance diagram for SYS_ConstType< T, MAKE_CONST >:Additional Inherited Members | |
Public Types inherited from SYS_TypeIdentity< T > | |
| using | type = T |
Choose whether to make a type const or not with a template bool. This allows a set of types to be made const or not with a single bool template, instead of having a separate template parameter for each type.
Definition at line 193 of file SYS_TypeTraits.h.