!stl 扩展命令显示一些已知的标准模板库(STL)的模板。
!stl [Options] Template !stl -?
只有在调试器的详细输出模式打开之后,详细输出的选项才能起作用。
该扩展命令当前支持的STL模板包括:string、 wstring、vector<string>、vector<wstring>、list<string>、list<wstring>、以及任何指向前面这几个类型的指针。