Skip to content

Abelabc/STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

STL

手写一部分STL

1.stack

1.1实现原理

//数组

1.2实现功能

//构造函数、析构函数、移动构造、运算符重载
//push、pop、getsize、top