| 844 | using iterator = const Char*; |
| 845 | |
| 846 | constexpr explicit parse_context(basic_string_view<Char> fmt, |
| 847 | int next_arg_id = 0) |
| 848 | : fmt_(fmt), next_arg_id_(next_arg_id) {} |
| 849 | |
| 850 | /// Returns an iterator to the beginning of the format string range being |
| 851 | /// parsed. |
nothing calls this directly
no outgoing calls
no test coverage detected