📄 unify2.c
字号:
// Build don't link:template <class T>struct S{ typedef T S_Type;};template <class T>void foo(typename S<T>::S_Type){}template <class T>void foo(T){}struct S2 {};void bar(){ foo(S2()); // We can't unify with the first foo, so we get the second.}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -