Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::tokenize_view< Rng, Regex, SubMatchRange > Struct Template Reference

Public Member Functions

Rng base () const
 
iterator_t< simple_view< Rng >)> begin ()
 
template<bool Const = true>
auto begin () const -> iterator_t< Const > requires range< Rng const >
 
iterator_t< simple_view< Rng >)> end ()
 
template<bool Const = true>
auto end () const -> iterator_t< Const > requires range< Rng const >
 
 tokenize_view (Rng rng, Regex rex, SubMatchRange subs, std::regex_constants::match_flag_type flags)