basic_scan_view¶
Synopsis¶
template <typename CharT, typename Traits = std::char_traits<CharT>> class basic_scan_view
The class template basic_scan_view describes an object that can be used to scan a contiguous sequence of char-like objects, with an internal iterator which points to a incrementable position into the sequence.