C++ のキーワード
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
これは、C++の予約語の一覧です。これらのキーワードはC++言語で利用されているので、再定義やオーバーロードはできません。
|
|
|
- (1) - C++で意味が変更されたもの
and
, bitor
, or
, xor
, compl
, bitand
, and_eq
, or_eq
, xor_eq
, not
, および not_eq
は、(ダイグラフ <%
, %>
, <:
, :>
, %:
, および %:%:
とともに) 標準のトークンを表現する別の方法を提供していることに注意してください。。
You can help to correct and verify the translation. Click here for instructions.
override (C++11) final (C++11) |
You can help to correct and verify the translation. Click here for instructions.
名前空間 std
は、標準C++ライブラリの名前を置くのに使われています。ここに名前を追加する規則については、名前空間 std を拡張するを参照してください。
The name posix is reserved for a future top-level namespace. The behavior is undefined if a program declares or defines anything in that namespace.
|
(C++11およびそれ以降) |
The following tokens are recognized by the preprocessor when in context of a preprocessor directive:
The following tokens are recognized by the preprocessor outside the context of a preprocessor directive:
_Pragma(C++11およびそれ以降) |
[編集] 参考
C documentation for C のキーワード
|