📄 typename24.c
字号:
// Build don't link:// Origin: Mark Mitchell <mark@codesourcery.com>class ostream;extern ostream& cout;class Foo { };ostream &operator<<(ostream &os, const Foo &){ return os;}template<class T>const typename T::fooz &operator<<(const Foo &, const T &t){ return t;}int main(){ Foo foo; cout << foo;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -