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