📄 vcl_stack.h
字号:
#ifndef vcl_stack_h_
#define vcl_stack_h_
#include "vcl_compiler.h"
#if !VCL_USE_NATIVE_STL
# include "emulation/vcl_stack.h"
//#elif defined(__GNUC__)
//# include <stack.h>
//# define vcl_stack stack
#else
# include "iso/vcl_stack.h"
#endif
#define VCL_STACK_INSTANTIATE extern "you must include vcl_stack.txx first"
#if VCL_USE_IMPLICIT_TEMPLATES
# include "vcl_stack.txx"
#endif
#endif // vcl_stack_h_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -