If T is a pointer to X, return a pointer to const X. More...
#include <type_traits.h>
If T is a pointer to X, return a pointer to const X.
If it is not, return const T.