vcl_complex_fwd.h
来自「InsightToolkit-1.4.0(有大量的优化算法程序)」· C头文件 代码 · 共 11 行
H
11 行
#ifndef vcl_win32_vc60_complex_fwd_h_
#define vcl_win32_vc60_complex_fwd_h_
// forward declare the native std::complex<T> :
namespace std { template <class T> class complex; }
#ifndef vcl_complex
# define vcl_complex std :: complex
#endif
#endif // vcl_win32_vc60_complex_fwd_h_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?