Skip to content

Commit cd17af6

Browse files
committedDec 5, 2023
<type_traits>へのリンクを追加
1 parent f75e7b5 commit cd17af6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎tips/type_traits.md

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
- [特定アライメントを持った型の合成](#synthesizing-types-with-specific-alignments)
7979
- [特定のアライメントを持つ型の取得する](#type-with-alignment)
8080
- [適切にアライメントされた型を作成する](#aligned-storage)
81+
- [C++の国際標準規格上の類似する機能](#cpp-standard)
8182

8283

8384
### <a id="type-category" href="#type-category">型の分類を判定する</a>
@@ -1383,3 +1384,5 @@ int main()
13831384
}
13841385
```
13851386

1387+
## <a id="cpp-standard" href="#cpp-standard">C++の国際標準規格上の類似する機能</a>
1388+
- [`<type_traits>`](https://cpprefjp.github.io/reference/type_traits.html)

0 commit comments

Comments
 (0)
Please sign in to comment.