C++ 표준 라이브러리 헤더 파일

C++ 표준 라이브러리 및 확장 프로그램에 대한 헤더 파일(범주별)입니다.

범주별 헤더

범주 헤더
알고리즘 <algorithm>, <cstdlib>, <numeric>
원자성 연산 <atomic>11
C 라이브러리 래퍼 <cassert>, <ccomplex>11 a b,<cctype>, , <cerrno><cfenv>11, <cfloat>,<cinttypes> 11,<ciso646> b, <climits>, <clocale>, <cmath>, <csetjmp>,<csignal><cstdalign> 11 a b,<cstdbool><cstdarg> 11 a b,<cstdint><cstddef> 11, <cstdio>, , <cstdlib>, <cstring><ctgmath>11 a b, <ctime>,<cuchar> 11, 11, <cwchar><cwctype>
개념 <concepts>20
컨테이너
시퀀스 컨테이너 <array>11, , <deque><forward_list>11, <list>,<vector>
정렬된 결합 컨테이너 <map>, <set>
정렬되지 않은 연관 컨테이너 <unordered_map>11, <unordered_set>11
컨테이너 어댑터 <queue>, <stack>
컨테이너 뷰 <span>20
오류 및 예외 처리 <cassert>, <exception>, <stdexcept><system_error>11
일반 유틸리티 <any>17,<bit> 20, <bitset>, , <cstdlib><execution>17, <functional>, , <memory_resource><memory>17, <optional>17, <ratio>11, <scoped_allocator>11,<tuple> 11, <type_traits>11,<typeindex> 11, <utility><variant>17
I/O 및 서식 지정 <cinttypes>11, <cstdio>,<filesystem> 17, <fstream>, , <iomanip><ios>, <iosfwd>, <iostream>, <istream>, <ostream>, <sstream>, <streambuf>c<strstream>, <syncstream>20
반복기 <iterator>
언어 지원 <cfloat>, <climits><codecvt>11 a, <compare>20,<contract> 20,<coroutine> 20, <csetjmp>, <csignal>, <cstdarg>, <cstdint><cstddef>11, <cstdlib>, , <exception><initializer_list>11, <limits>, <new>, <typeinfo><version>20
지역화 <clocale>, <codecvt>11 a, <cvt/wbuffer>, , <cvt/wstring><locale>
수학 및 숫자 <bit>20,<cfenv> 11, <cmath>, , <complex>, <limits><cstdlib>, <numeric>,<random> 11, 11, <ratio><valarray>
메모리 관리 <allocators>, <memory><memory_resource>17, <new>, <scoped_allocator>11
멀티스레딩 <atomic>11, <condition_variable>11,<future> 11,<mutex> 11, <shared_mutex>14, <thread>11
범위 <ranges>20
정규식 <regex>11
문자열 및 문자 데이터 <charconv>17, , <cctype>,<cstdlib>, <cstring><cuchar>11, <cwchar>, <cwctype>,<regex> 11, <string>, <string_view>17
시간 <chrono>11, <ctime>

11 C++11 표준에 추가되었습니다.
14 C++14 표준에 추가되었습니다.
17 C++17 표준에 추가되었습니다.
20 초안 C++20 표준에 추가되었습니다.
C++17 표준에서 사용되지 않는 경우
b 초안 C++20 표준에서 제거되었습니다.
c C++98 표준에서는 사용되지 않습니다.

범주 헤더
알고리즘 <algorithm>
C 라이브러리 래퍼 <cassert>, <cctype>, <cerrno>, <cfenv>, <cfloat>, <cinttypes>, <ciso646>, <climits>, <clocale>, <cmath>, <csetjmp>, <csignal>, <cstdarg>, <cstdbool>, <cstddef>, <cstdint>, <cstdio>, <cstdlib>, <cstring>, <ctgmath>, <ctime>, <cwchar>, <cwctype>
컨테이너
시퀀스 컨테이너 <array>, <deque>, <forward_list>, <list>, <vector>
정렬된 결합 컨테이너 <map>, <set>
정렬되지 않은 연관 컨테이너 <unordered_map>, <unordered_set>
어댑터 컨테이너 <queue>, <stack>
오류 및 예외 처리 <exception>, <stdexcept>, <system_error>
I/O 및 서식 지정 <filesystem>, <fstream>, <iomanip>, <ios>, <iosfwd>, <iostream>, <istream>, <ostream>, <sstream>, <streambuf>, <strstream>
반복기 <iterator>
지역화 <codecvt>, <cvt/wbuffer>, <cvt/wstring>, <locale>
수학 및 숫자 <complex>, <limits>, <numeric>, <random>, <ratio>, <valarray>
메모리 관리 <allocators>, <memory>, <new>, <scoped_allocator>
멀티스레딩 <atomic>, <condition_variable>, <future>, <mutex>, <shared_mutex>, <thread>
기타 유틸리티 <bitset>, <chrono>, <functional>, <initializer_list>, <tuple>, <type_traits>, <typeinfo>, <typeindex>, <utility>
문자열 및 문자 데이터 <regex>, <string>, <string_view>

참고 항목

C++ 라이브러리 헤더 사용
C++ 표준 라이브러리