template <typename CharT>
scn::detail::compile_parse_context class

Parse context with extra data used only for compile-time checks.

Base classes

template <typename CharT>
class scn::basic_scan_parse_context<CharT>

Public functions

void advance_to(iterator it) constexpr
Advance the beginning of the format string to it
auto begin() const -> auto constexpr noexcept
Returns an iterator pointing to the beginning of the format string.
auto end() const -> auto constexpr noexcept
Returns an iterator pointing to the end of the format string.