template <typename CharT>
basic_scan_context class
Scanning context.
Public types
- using char_type = CharT
- Character type of the input.
-
template <typename T>using scanner_type = scanner<T, char_
type>
Public functions
Typedef documentation
template <typename CharT>
template <typename T>
using scn::v3::basic_scan_context::scanner_type = scanner<T, char_ type>
template <typename T>
The scanner type associated with this scanning context.
Function documentation
template <typename CharT>
iterator scn::v3::basic_scan_context::begin() const constexpr
Returns an iterator pointing to the current position in the source range.