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

Go to the source code of this file.

Classes

class  split_adapter_closure< Pattern >
 
struct  split_niebloid
 

Namespaces

 vccc
 
 vccc::ranges
 
 vccc::ranges::views
 
 vccc::ranges::views::detail
 

Variables

constexpr VCCC_INLINE_OR_STATIC detail::split_niebloid split {}
 RangeAdaptorObject. The expression views::split(e, p) is expression-equivalent to split_view(e, p) for any suitable subexpressions e and p More...