📄 template12.c
字号:
// Testcase for 'this is a type' syntax.// Build don't link:struct B { typedef int A;};template <class T> struct Y { void f() { typename T::A *d; }};template class Y<B>;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -