Template:cpp/basic char typedefs

来自cppreference.com

提供了几个针对常用字符类型的 typedef:

在标头 [[cpp/header/{{{1}}}|<{{{1}}}>]] 定义
类型 定义
std::{{{1}}} std::basic_{{{1}}}<char>
std::w{{{1}}} std::basic_{{{1}}}<wchar_t>