Standard library header
<ccomplex>
From cppreference.com
<
cpp
|
header
C++
Language
Standard library headers
Concepts
Utilities library
Strings library
Containers library
Algorithms library
Iterators library
Numerics library
Input/output library
Localizations library
Regular expressions library
(C++11)
Atomic operations library
(C++11)
Thread support library
(C++11)
Filesystem library
(C++17)
Technical Specifications
Standard Library header files
Language Support
<cstddef>
<limits>
<climits>
<cfloat>
<cstdint>
<new>
<typeinfo>
<exception>
<initializer_list>
<csignal>
<csetjmp>
<cstdarg>
Diagnostics
<stdexcept>
<cassert>
<cerrno>
<system_error>
General utilities
<utility>
<memory>
<memory_resource>
<scoped_allocator>
<tuple>
<optional>
<any>
<variant>
<bitset>
<functional>
<type_traits>
<ratio>
<chrono>
<ctime>
<typeindex>
<cstdlib>
Strings
<string>
<string_view>
<cctype>
<cwctype>
<cwchar>
<cuchar>
<cstring>
Localization
<locale>
<codecvt>
<clocale>
Containers
<array>
<deque>
<vector>
<forward_list>
<list>
<map>
<set>
<queue>
<unordered_map>
<unordered_set>
<stack>
Iterators
<iterator>
Algorithms
<algorithm>
<execution_policy>
Numerics
<complex>
<random>
<valarray>
<numeric>
<cfenv>
<cmath>
Input/Output
<iosfwd>
<iostream>
<ios>
<streambuf>
<istream>
<ostream>
<iomanip>
<sstream>
<fstream>
<filesystem>
<cstdio>
<cinttypes>
Regular expressions
<regex>
Thread support
<thread>
<atomic>
<mutex>
<shared_mutex>
<condition_variable>
<future>
C compatibility
<ciso646>
<cstdalign>
<cstdbool>
<ccomplex>
<ctgmath>
This header was originally in the C standard library as
<complex.h>
.
Includes
<complex>