キーワード(アルファベット順):インデックス
C++ 言語ガイド への移動
このセクションでは、C++ キーワード(アルファベット順)について説明します。 「キーワード(カテゴリ別):インデックス」も参照してください。
トピック
- alignas
- alignof
- and、&&(C++)
- and_eq、&=
- asm、_asm、__asm(C++)
- auto
- _automated
- axiom
- bitand、&
- bitor、|
- _Bool
- bool、false、true(C++)
- break
- case(C++)
- catch
- cdecl、_cdecl、__cdecl(C++)
- char
- char16_t
- char32_t
- class(C++)
- __classid
- __classmethod
- __closure
- compl、~
- _Complex
- concept
- concept_map
- const
- const_cast(型変換演算子)
- constexpr
- continue
- __declspec
- __declspec(allocate("SEGNAME"))
- __declspec(delphiclass)
- __declspec(delphirecord)
- __declspec(delphireturn)
- __declspec(delphirtti)
- __declspec(dllexport)
- __declspec(dllimport)
- __declspec(naked)
- __declspec(noreturn)
- __declspec(nothrow)
- __declspec(novtable)
- __declspec(pascalimplementation)
- __declspec(property)
- __declspec(selectany)
- __declspec(thread)
- __declspec(uuid("ComObjectGUID"))
- decltype
- default(C++)
- delete
- __delphirtti
- deprecated
- __dispid
- do
- double(C++)
- dynamic_cast(C++ 型変換演算子)
- enum
- __except
- explicit
- export(C++)
- _export、__export(C++)
- extern
- _fastcall、__fastcall
- final
- __finally
- float(C++)
- for
- friend
- goto
- if、else(C++)
- _Imaginary
- _import、__import
- inline
- __inline
- int
- 拡張整数型: __int8, __int16, __int32, __int64
- late_check
- long
- __msfastcall
- __msreturn
- mutable
- namespace
- new
- noreturn
- not、!(C++)
- not_eq、!=
- nullptr
- operator
- or、||
- or_eq、|=
- pascal、_pascal、__pascal(C++)
- private(C++)
- __property
- protected(C++)
- public(C++)
- __published(C++)
- register(C++)
- reinterpret_cast(型変換演算子)
- requires(C++)
- restrict
- return
- __rtti、-RT オプション
- short
- signed
- sizeof
- static(C++)
- static_assert
- static_cast(C++ 型変換演算子)
- _stdcall、__stdcall(C++)
- struct
- switch
- template
- this
- thread_local
- __thread、マルチスレッド変数
- throw
- try(C++)
- __try
- typedef
- typeid
- typename
- union
- unsigned
- using(宣言)
- virtual
- void
- volatile
- wchar_t
- while(C++)
- xor、^(C++)
- xor_eq、^=