We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd10bb commit 4f5156fCopy full SHA for 4f5156f
reference/format/basic_format_parse_context/begin.md
@@ -10,12 +10,16 @@ constexpr const_iterator begin() const noexcept;
10
```
11
12
## 概要
13
-書式文字列の先頭を指すイテレータを取得する。
14
-
+残りの書式文字列の先頭を指すイテレータを取得する。
15
16
## 効果
17
メンバ変数として保持している、書式文字列の先頭を指すイテレータを返す。
18
+## 備考
19
+コンテキストがフォーマッターの[`parse`メンバ関数](../formatter/parse.md)に渡された時点で、この関数の値は以下のいずれかである。
20
+
21
+- 置換フィールドのオプション`{:options...}`がある場合、`:`の次の文字を指すイテレータ
22
+- オプションがない場合、 [`end()`](end.md) と等しいか、`}`を指すイテレータ
23
24
## 例
25
### 基本的な使い方
0 commit comments