STL (Standard Template Library)
·
다양한 글들/C++ STL
https://culrry.github.io/stl/What-is-STL/ [STL] STL이란? STL이란 표준 템플릿 라이브러리(Standard Template Library)의 약자로써, C++에서 프로그래밍에 필요한 자료구조와 알고리즘을 Template의 형태로 제공하는 C++ 라이브러리이다. culrry.github.io 목차 STL(Standard Template Library) 이란? STL의 장단점 STL의 구성 1. 컨테이너(Container) 2. 반복자(Iterator) 3. 알고리즘(Algorithm) 4. 함수자(Fuctor) 5. 할당기(Allocator) STL(Standard Template Library) 이란? STL이란 표준 템플릿 라이브러리(Standard Templa..