キーワード(アルファベット順):インデックス
C++ 言語ガイド:インデックス への移動
このセクションには、C++ キーワードがアルファベット順に記載されています。 「キーワード(カテゴリ別):インデックス」も参照してください。
- メモ: nullptr、noexcept など(完全な一覧については、http://en.cppreference.com/w/cpp/keyword を参照)、C++11 に固有のキーワードを使用する場合、RAD Studio IDE は常にこれらがキーワードであると認識していますが、旧世代の C++ コンパイラ(BCC32 および BCCOSX)はコンパイル エラーを返します。 Clang 拡張 C++ コンパイラのみが、C++11 標準をサポートしている点に注意してください。
関連トピック
- alignas(C++11 以降)
- alignof(C++11 以降)
- and, && (C++)
- and_eq
- asm、_asm、__asm
- auto
- __automated
- axiom
- bitand、&
- bitor
- _Bool
- bool、false、true
- break
- case(C++)
- catch
- cdecl、_cdecl、__cdecl
- char
- char16_t(C++11 以降)
- char32_t(C++11 以降)
- class
- __classid
- __classmethod
- __closure
- compl、~
- _Complex
- concept
- concept_map
- const
- const_cast(型キャスト演算子)
- constexpr(C++11 以降)
- continue
- __declspec
- __declspec(allocate("SEGNAME"))
- __declspec(delphiclass)
- __declspec(delphirecord)
- __declspec(delphireturn)
- __declspec(delphirtti)
- __declspec(dllexport)
- __declspec(dllimport)
- __declspec(dynamic)
- __declspec(hidesbase)
- __declspec(naked)
- __declspec(noreturn)
- __declspec(nothrow)
- __declspec(novtable)
- __declspec(package)
- __declspec(pascalimplementation)
- __declspec(property)
- __declspec(selectany)
- __declspec(thread)
- __declspec(uuid("ComObjectGUID"))
- decltype(C++11 以降)
- default(C++)
- delete
- __delphirtti
- deprecated
- __dispid
- do (C++)
- double (C++)
- dynamic_cast(C++ 型キャスト演算子)
- Emit
- enum
- __except
- explicit
- export (C++)
- _export、__export
- extern
- _fastcall、__fastcall
- Final (C++)
- __finally
- float (C++)
- for
- friend
- goto
- if、else
- _Imaginary
- _import、__import
- inline
- __inline
- int
- 拡張整数型: __int8、__int16、__int32、__int64
- late_check
- long
- __msfastcall
- __msreturn
- mutable
- namespace
- new
- noreturn
- not、!
- not_eq、!=
- nullptr(C++11 以降)
- operator
- or
- or_eq
- pascal、_pascal、__pascal
- private(C++)
- __property
- protected(C++)
- public(C++)
- __published
- register (C++)
- reinterpret_cast(typecast Operator)
- requires(C++)
- RESTRICT
- return
- __rtti、-RT Option
- short
- signed
- sizeof
- static (C++)
- static_assert(C++11 以降)
- static_cast(C++ 型変換演算子)
- _stdcall、__stdcall
- struct
- スイッチ
- template
- this
- thread_local(C++11 以降)
- __thread
- throw
- try
- __try
- typedef
- typeid
- typename
- typeof、__typeof、__typeof__
- union
- unsigned
- using
- __uuidof
- virtual (C++)
- void
- volatile
- wchar_t
- while(C++)
- xor、^
- xor_eq、^=