본문 바로가기

C++

[C++] STL

반응형

STL(Standard Template Library)는 C++에서 제공하는 Template 기반의 표준 라이브러리이다.

 

1) Container(자료구조): 같은 타입의 여러 객체 저장

2) Iterator(반복자): 임의의 위치에 접근

3) Algorithm(알고리즘): 함수

반응형

'C++' 카테고리의 다른 글

[C++] STL std::pair()  (0) 2020.03.07
[C++] STL std::vector()  (0) 2020.03.07
[C++] STL std::sort(begin, end)  (0) 2020.03.03
[C++] std::cin.ignore()  (0) 2020.02.22
[C++] std::cin  (0) 2020.02.18