1 2 3 4
namespace start { typedef decltype(nullptr) t_NullPtr; typedef decltype((nullptr)) t_ParenNullPtr; }