VCCC  2024.05
VisualCamp Common C++ library
split_view.hpp File Reference

Go to the source code of this file.

Classes

class  split_view< V, Pattern >
 split_view takes a view and a delimiter, and splits the view into subranges on the delimiter. More...
 
class  split_view< V, Pattern >::iterator
 
class  split_view< V, Pattern >::sentinel
 

Namespaces

 vccc
 
 vccc::ranges
 

Functions

template<typename R , typename P >
constexpr auto make_split_view (R &&r, P &&pattern)