Skip to content

Commit

Permalink
Merge pull request #1017 from cpprefjp/wx257osn2-patch-1
Browse files Browse the repository at this point in the history
std::is_literal_type リテラル型についての表現をよりわかりやすく
  • Loading branch information
wx257osn2 committed Jan 9, 2023
2 parents 2f771c9 + c398ce7 commit 6c92130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/type_traits/is_literal_type.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace std {
- 以下の全ての特性を持つクラス型
- [トリビアルなデストラクタを持つ](is_trivially_destructible.md)
- 全てのコンストラクタが、定数式で初期化できること
- 集成体であること、もしくは一つ以上の`constexpr`コンストラクタ、もしくはコピー/ムーブコンストラクタ以外のコンストラクタテンプレートを持っていること
- 集成体であること、もしくはコピー/ムーブコンストラクタ以外の`constexpr`コンストラクタや`constexpr`コンストラクタテンプレートを一つ以上持っていること
- 全てのメンバ変数および基底クラスがリテラル型であること
- `void` (C++14から)
Expand Down

0 comments on commit 6c92130

Please sign in to comment.