instantiate2.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 13 行

C
13
字号
// Build don't link:template<class T>struct X_two {  template <class T2> T2 conv_compare_ge(T2 test) {    T2 tmp_value = T2 (0);    return (tmp_value > test ? tmp_value : test);  }};template int X_two<double>::conv_compare_ge(int);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?