Skip to content

Commit

Permalink
to_chars / from_chars : コード修飾を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Nov 24, 2023
1 parent 56dc9fa commit 519f8a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reference/charconv/from_chars.md
Expand Up @@ -43,6 +43,7 @@ namespace std {
```
* see below[italic]
* integer-type[italic]
* from_chars_result[link from_chars_result.md]
## 概要
Expand Down Expand Up @@ -349,6 +350,7 @@ int main() {
* end[link /reference/ranges/end.md]
* to_address[link /reference/memory/to_address.md]
* format[link /reference/format/format.md]
* std::chars_format[link chars_format.md]
#### 出力
Expand Down
3 changes: 3 additions & 0 deletions reference/charconv/to_chars.md
Expand Up @@ -94,6 +94,7 @@ namespace std {
```
* see below[italic]
* integer-type[italic]
* to_chars_result[link to_chars_result.md]
## 概要
与えられた数値(`value`)を文字列へ変換し、`[first, last)`内へ出力する。
Expand Down Expand Up @@ -264,6 +265,8 @@ int main()
}
```
* std::to_chars[color ff0000]
* std::chars_format[link chars_format.md]
* std::errc[link /reference/system_error/errc.md]

### 出力例(VS2019 16.5 preview 1)
```
Expand Down

0 comments on commit 519f8a7

Please sign in to comment.