名前空間
変種
操作

索引

From cppreference.com
< cpp


C++標準ライブラリで定義されているシンボルの一覧については、std シンボルインデックスを参照してください。

目次

[編集]
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


[編集] A

抽象クラス (abstract class)
alignas
alignof
<algorithm>
array
<array> (C++11以降)
ASCII
asm
アセンブリ (assembly)
<atomic> (C++11以降)
アトミック操作 (atomic operation)
属性 (attribute) (C++11)

[編集] B

ビットフィールド (bit-field)
bool
byte

[編集] C

キャスト演算子 (casting operator) (型の変換も参照)
文字型

型キャスト (casting, type) (型の変換も参照)
class
クラスのデータメンバ (class data member)
クラステンプレート (class template)
コメント (comment)

コンストラクタ (constructor)

コンテナ (container)
型の変換 (conversion, type)

[編集] D

decltype (C++11)

[編集] E


explicit

[編集] F

final
浮動小数点型 (floating-point type)

[編集] G

汎左辺値 (glvalue)

[編集] H

ヘッダ (header)

[編集] I

identifier
初期化 (initialization)

初期化子リスト (initializer list)
<initializer_list> (C++11以降)
int (整数型も参照)
整数型 (integer type)
<iomanip>
<ios>
<iosfwd>
<iostream>
<iterator>

[編集] K

キーワード, c++ (keyword, c++)

[編集] L

左辺値 (lvalue)

[編集] M

main()
メンバ関数 (member function)
メモリモデル (memory model)
mutable

[編集] O

オブジェクト (object)
operator
演算子の優先順位 (operator precedence)

[編集] P

pointer
プリプロセッサ (preprocessor)
純粋右辺値 (prvalue) (C++11以降)

[編集] R

右辺値 (rvalue) (C++11まで)

[編集] S

スコープ (scope)

SFINAE (Substitution Failure Is Not An Error, 置換失敗はエラーではない)
short (整数型も参照)
short int (整数型も参照)
signed (整数型も参照)
signed int (整数型も参照)
signed long (整数型も参照)
signed long int (整数型も参照)
signed long long (整数型も参照)
signed long long int (整数型も参照)
signed short (整数型も参照)
signed short int (整数型も参照)
static
静的データメンバ (static data members)

[編集] T

template
this
type
型エイリアス (type alias)
typedef
typeid

[編集] U

union
ユーザー定義リテラル (user-defined literals) (C++11以降)

[編集] V

値カテゴリ (value category)
可変長引数 (variadic_arguments)
void

[編集] X

消滅値 (xvalue)

English 日本語 中文(简体) 中文(繁體)