Returns an iterator to the beginning of the format string range being parsed.
| 850 | /// Returns an iterator to the beginning of the format string range being |
| 851 | /// parsed. |
| 852 | constexpr auto begin() const noexcept -> iterator { return fmt_.begin(); } |
| 853 | |
| 854 | /// Returns an iterator past the end of the format string range being parsed. |
| 855 | constexpr auto end() const noexcept -> iterator { return fmt_.end(); } |
no outgoing calls
no test coverage detected