We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<type_traits>
1 parent f75e7b5 commit cd17af6Copy full SHA for cd17af6
tips/type_traits.md
@@ -78,6 +78,7 @@
78
- [特定アライメントを持った型の合成](#synthesizing-types-with-specific-alignments)
79
- [特定のアライメントを持つ型の取得する](#type-with-alignment)
80
- [適切にアライメントされた型を作成する](#aligned-storage)
81
+- [C++の国際標準規格上の類似する機能](#cpp-standard)
82
83
84
### <a id="type-category" href="#type-category">型の分類を判定する</a>
@@ -1383,3 +1384,5 @@ int main()
1383
1384
}
1385
```
1386
1387
+## <a id="cpp-standard" href="#cpp-standard">C++の国際標準規格上の類似する機能</a>
1388
+- [`<type_traits>`](https://cpprefjp.github.io/reference/type_traits.html)
0 commit comments