C++ コンセプト: StandardLayoutType
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
タイプは標準レイアウトタイプはであることを指定します。標準レイアウトの種類他のプログラミング言語で書かれたコードとの通信のために有用である言語.
Original:
Specifies that a type is 標準レイアウトタイプは. Standard layout type are useful for communicating with code written in other programming languages.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
標準では、この名前を持つ名前付き要件や概念を定義していないことに注意してください。これは、コア言語によって定義されたタイプのカテゴリです。それが唯一の一貫性のためのコンセプトとして、ここに含まれています.
Original:
Note, that the standard doesn't define a named requirement or concept with this name. This is a type category defined by the core language. It is included here as concept only for consistency.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[編集] 要件
- すべての非静的メンバであり、基本となるクラスです標準レイアウトタイプ(
StandardLayoutType
の要件を満たしていますOriginal:All non-static members are and base classes are 標準レイアウトタイプ (meets the requirements ofStandardLayoutType
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - 仮想関数、仮想基底クラスを持っていませんOriginal:Has no virtual functions or virtual base classesThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - すべての非静的メンバはアクセス制御同じを持っていますOriginal:All non-static member have the same アクセス制御The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - 第一非静的メンバの型は、基本クラスはありませんOriginal:The first non-static member type is not a base classThe text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
[編集] 参照
(C++11) |
タイプかどうかをチェックするには、標準レイアウトタイプです Original: checks if a type is standard-layout type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (クラステンプレート) |