begin -- basic_format_parse_context: begin, end, advance_toを追加

1 · cpprefjp · Jan. 23, 2023, 2:33 p.m.
diff --git a/reference/format/basic_format_parse_context/begin.md b/reference/format/basic_format_parse_context/begin.md new file mode 100644 index 000000000..be15eeaed --- /dev/null +++ b/reference/format/basic_format_parse_context/begin.md @@ -0,0 +1,86 @@ +# begin +* format[meta header] +* function[meta id-type] +* std[meta namespace] +* basic_format_parse_context[meta class] +* cpp20[meta cpp] + +```cpp +constexpr const_iterator begin() const noexcept; +``` + +## 概要 +書式文字列の先頭を指すイテレータを取得する。 +...