Skip to content

Commit 4f5156f

Browse files
authored
Update begin.md
1 parent afd10bb commit 4f5156f

File tree

1 file changed

+6
-2
lines changed
  • reference/format/basic_format_parse_context

1 file changed

+6
-2
lines changed

reference/format/basic_format_parse_context/begin.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ constexpr const_iterator begin() const noexcept;
1010
```
1111

1212
## 概要
13-
書式文字列の先頭を指すイテレータを取得する。
14-
13+
残りの書式文字列の先頭を指すイテレータを取得する。
1514

1615
## 効果
1716
メンバ変数として保持している、書式文字列の先頭を指すイテレータを返す。
1817

18+
## 備考
19+
コンテキストがフォーマッターの[`parse`メンバ関数](../formatter/parse.md)に渡された時点で、この関数の値は以下のいずれかである。
20+
21+
- 置換フィールドのオプション`{:options...}`がある場合、`:`の次の文字を指すイテレータ
22+
- オプションがない場合、 [`end()`](end.md) と等しいか、`}`を指すイテレータ
1923

2024
##
2125
### 基本的な使い方

0 commit comments

Comments
 (0)