📄 lookup1.c
字号:
// Build don't link:template <class T, class Allocator> struct __vector_alloc_base { typedef int allocator_type; };template <class T> struct vector : __vector_alloc_base<T,int> { typedef short allocator_type; explicit vector(const allocator_type& a = allocator_type()) {}};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -