Skip to content

Commit

Permalink
expected : コード修飾を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 30, 2023
1 parent 83d5357 commit 6d029cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/expected/expected.md
Expand Up @@ -15,6 +15,7 @@ namespace std {
class expected<T, E>;
}
```
* is_void_v[link /reference/type_traits/is_void.md]
## 概要
`expected`クラスは、任意の型`T`の値を正常値とし任意の型`E`の値をエラー値として、正常もしくはエラーいずれかの状態を取ることを値として表現できる型である。
Expand Down

0 comments on commit 6d029cb

Please sign in to comment.