📄 typename22.c
字号:
// Build don't link:// Origin: Mark Mitchell <mark@codesourcery.com>template <class T>struct S { template <class U> struct I { typedef U X; X f(); };};template <class T>template <class U>typename S<T>::I<U>::X S<T>::I<U>::f() {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -