최근 수정 시각 : 2024-10-02 17:55:00

틀:C++ 표준 라이브러리 목록

| C++ 표준 라이브러리|<table width=90%><tablealign=center><tablebordercolor=#030303,#eeeeee><nopad>
||<:><width=23%>분류||<-2>이름||
환경 # <cstddef>
# <cstdlib>
# <version>
C++20
# <debugging>
C++26
# <text_encoding>
C++26
오류 처리
# <exception>
# <stdexcept>
# <system_error>
C++11
# <expected>
C++23
메타 프로그래밍 # <type_traits>
C++11
# <concepts>
C++20
리플렉션 # <typeinfo>
# <typeindex>
C++11
# <source_location>
C++20
# <stacktrace>
C++23
숫자 # <complex>
# <bitset>
#
# <linalg>
# <ratio>
C++11
# <numbers>
C++20
# <bit>
C++20
숫자 메타 #
#
#
C++11
#
C++23
# <limits>
문자열 # <string>
# <regex>
C++11
# <string_view>
C++17
# <charconv>
C++17
# <format>
C++20
선형 연속 컨테이너 # <vector>
# <deque>
# <array>
C++11
# <inplace_vector>
C++26
선형 연결 컨테이너 # <list>
# <forward_list>
C++11
연관 컨테이너 # <set>
# <map>
# <unordered_set>
C++11
# <unordered_map>
C++11
컨테이너 인터페이스 # <stack>
# <queue>
# <flat_set>
C++23
# <flat_map>
C++23
순회자 # <iterator>
범위 알고리즘 # <algorithm>
# <numeric>
# <execution>
C++17
범위 인터페이스 # <span>
C++20
# <mdspan>
C++23
# <ranges>
C++20
# <generator>
C++23
스트림 #
#
#
#
#
# <iomanip>
# <iostream>
# <sstream>
# <strstream>
C++98~26

# <syncstream>
C++20
# <spanstream>
C++23
IO # <iostream>
# <fstream>
# <print>
C++23
유틸리티 # <utility>
# <functional>
# <random>
C++11
# <initializer_list>
C++11
# <chrono>
C++11
# <tuple>
C++11
# <variant>
C++17
# <any>
C++17
# <optional>
C++17
# <filesystem>
C++17
# <compare>
C++20
동적 메모리 관리 # <new>
# <memory>
# <scoped_allocator>
C++11
# <memory_resource>
C++17
병렬 실행 # <thread>
C++11
# <future>
C++11
# <coroutine>
C++20
# <generator>
C++23
동시성 제어 # <mutex>
C++11
# <condition_variable>
C++11
# <shared_mutex>
C++14
# <stop_token>
C++20
# <barrier>
C++20
# <latch>
C++20
원자적 연산 # <atomic>
C++11
# <rcu>
C++26
# <hazard_pointer>
C++26
현지화 # <locale>
#
C++11~26

# <text_encoding>
C++23
||