Skip to content

Commit

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

0 comments on commit c398ce7

Please sign in to comment.