Skip to content

Commit

Permalink
C++11 非静的メンバ変数の初期化 : 「C++14 宣言時のメンバ初期化を持つ型の集成体初期化を許可」へのリンクを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 10, 2023
1 parent 27f6bb3 commit bd3ccc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lang/cpp11/non_static_data_member_initializers.md
Expand Up @@ -52,8 +52,9 @@ int main()


## 関連項目
- [C++17 インライン変数](/lang/cpp17/inline_variables.md)
静的メンバ変数は、インライン変数とすることで定義時に初期化できる。
- [C++14 宣言時のメンバ初期化を持つ型の集成体初期化を許可](/lang/cpp14/member_initializers_and_aggregates.md)
- [C++17 インライン変数](/lang/cpp17/inline_variables.md)
- 静的メンバ変数は、インライン変数とすることで定義時に初期化できる
- [C++20 ビットフィールドのメンバ変数初期化](/lang/cpp20/default_member_initializers_for_bit_fields.md)


Expand Down

0 comments on commit bd3ccc8

Please sign in to comment.