C++/Library
2021. 3. 24. 10:50
표준 템플릿 라이브러리 (STL, Standard Template Libraries)
Standard Library와 STL의 차이
- STL은 아래 4가지로 구성되어있고, 나머지는 그냥 Standard Library이다.
STL 컨테이너 (Containers)
STL 반복자 (Iterators)
STL 알고리즘 (Algorithms)
Functions
'C++ > Library' 카테고리의 다른 글
C++ Sequences Containers (0) | 2021.03.24 |
---|---|
C++ STL 컨테이너 (STL Containers) (0) | 2021.03.24 |
C++ weak_ptr (0) | 2021.03.24 |
C++ shared_ptr (0) | 2021.03.24 |
C++ unique_ptr (0) | 2021.03.24 |