Skip to content

Commit

Permalink
format : 表の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed Jan 23, 2023
1 parent 14f1a2e commit 549b24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/format/format.md
Expand Up @@ -94,9 +94,9 @@ string s3 = format("{} {1}", "a", "b"); // コンパイルエラー

#### 文字列型の場合

| type | 意味 | 対応バージョン |
|:-----------|:-------------|----------------|
| s (省略可) | 文字列 | C++20 |
| type | 意味 |効果 | 対応バージョン |
|:-----------|:-------------|--------------------------------------------------------------------------------------|-------|
| s (省略可) | 文字列 | 文字列をそのまま出力 | C++20 |
| ? | デバッグ出力 | 文字・文字列を引用符で囲み、エスケープシーケンスをエスケープして出力 (例:`"\n"``"\"\\n\""`となる) | C++23 |

#### 文字型 / `bool`型 / 整数型の場合
Expand Down

0 comments on commit 549b24e

Please sign in to comment.