Skip to content

Commit

Permalink
std::variantへのリンクを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ROCKTAKEY committed Nov 9, 2023
1 parent a9934e8 commit 5607df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tips/variant.md
Expand Up @@ -8,6 +8,7 @@
- [格納されている値を取り出す](#get-value)
- [値をクリアする](#clear)
- [variantを再帰的にする](#recursive-variant)
- [C++の国際標準規格上の類似する機能](#cpp-standard)


## <a id="basic-usage" href="#basic-usage">基本的な使い方</a>
Expand Down Expand Up @@ -332,5 +333,7 @@ auto main() -> int
]
```

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

documentated boost version is 1.52.0

0 comments on commit 5607df1

Please sign in to comment.