Skip to content

Commit

Permalink
<type_traits>へのリンクを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ROCKTAKEY committed Dec 5, 2023
1 parent f75e7b5 commit cd17af6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tips/type_traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
- [特定アライメントを持った型の合成](#synthesizing-types-with-specific-alignments)
- [特定のアライメントを持つ型の取得する](#type-with-alignment)
- [適切にアライメントされた型を作成する](#aligned-storage)
- [C++の国際標準規格上の類似する機能](#cpp-standard)


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

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

0 comments on commit cd17af6

Please sign in to comment.