WPILibC++
2018.4.1-20180729223220-1149-g7bd3f9f
|
If T is a pointer to X, return a pointer to const X. More...
#include <type_traits.h>
Public Types | |
using | type = const T |
If T is a pointer to X, return a pointer to const X.
If it is not, return const T.