Index - cppreference.com (original) (raw)

C++

Compiler support
Freestanding and hosted
Language
Standard library
Standard library headers
Named requirements
Feature test macros (C++20)
Language support library
Concepts library (C++20)
Diagnostics library
Memory management library
Metaprogramming library (C++11)
General utilities library
Containers library
Iterators library
Ranges library (C++20)
Algorithms library
Strings library
Text processing library
Numerics library
Date and time library
Input/output library
Filesystem library (C++17)
Concurrency support library (C++11)
Execution control library (C++26)
Technical specifications
Symbols index
External libraries

[edit]

| | This is work in progress, there may be inaccuracies | | ------------------------------------------------------ |

For a list of symbols defined in the C++ standard library, see std Symbol index

Contents

[edit]

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

[edit] A

abstract class
alignas
alignof

array
(since C++11)
ASCII
asm
assembly
(since C++11)
atomic operation
attribute (C++11)

[edit] B

bit-field
bool
byte

[edit] C

casting operator (see also conversion, type)
character type

const_cast
dynamic_cast
reinterpret_cast
static_cast

casting, type (see also conversion, type)
class
class data member
class template
comment

C-style
C++-style

constructor

converting
copy
default
delegating (C++11)
inheriting (C++11)
move (C++11)

container
conversion, type

[edit] D

decltype (C++11)

[edit] E

expression
explicit

[edit] F

final
floating-point type

[edit] G

glvalue

[edit] H

header


(since C++11)
(since C++11)


(since C++11)


(since C++11)


(since C++11)




(since C++11)
<condition_variable> (since C++11)



(since C++11)

(since C++11)

(since C++11)


(since C++11)




<forward_list> (since C++11)


(since C++11)
<initializer_list> (since C++11)










(since C++11)



(since C++11)
(since C++11)
(since C++11)
<scoped_allocator> (since C++11)

<shared_mutex> (since C++11)






<system_error>
(since C++11)
(since C++11)
(since C++11)
<type_traits> (since C++11)
<unordered_map> (since C++11)
<unordered_set> (since C++11)


[edit] I

identifier
initialization

aggregate
brace (see also aggregate initialization)
constant
copy
default
direct
list
reference
value
zero

initializer list
<initializer_list> (since C++11)
int (see also integer type)
integer type




[edit] K

keyword, c++

[edit] L

lvalue

[edit] M

main()
member function
memory model
mutable

[edit] O

object
operator
operator precedence

[edit] P

pointer
preprocessor
prvalue (since C++11)

[edit] R

rvalue (until C++11)

[edit] S

scope

class
block
function prototype
function
enumeration
namespace
template parameter

SFINAE (Substitution Failure Is Not An Error)
short (see also integer type)
short int (see also integer type)
signed (see also integer type)
signed int (see also integer type)
signed long (see also integer type)
signed long int (see also integer type)
signed long long (see also integer type)
signed long long int (see also integer type)
signed short (see also integer type)
signed short int (see also integer type)
static
static data members

[edit] T

template
this
type
type alias
typedef
typeid

[edit] U

union
user-defined literals (since C++11)

[edit] V

value category
variadic_arguments
void

[edit] X

xvalue