![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include <utility>
#include "vccc/__algorithm/ranges/search.hpp"
#include "vccc/__concepts/constructible_from.hpp"
#include "vccc/__concepts/copy_constructible.hpp"
#include "vccc/__concepts/same_as.hpp"
#include "vccc/__functional/equal_to.hpp"
#include "vccc/__iterator/indirectly_comparable.hpp"
#include "vccc/__iterator/iterator_tag.hpp"
#include "vccc/__memory/addressof.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/empty.hpp"
#include "vccc/__ranges/end.hpp"
#include "vccc/__ranges/forward_range.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__ranges/non_propagating_cache.hpp"
#include "vccc/__ranges/range_value_t.hpp"
#include "vccc/__ranges/subrange.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__ranges/viewable_range.hpp"
#include "vccc/__ranges/views/all.hpp"
#include "vccc/__ranges/views/single.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
#include "vccc/__utility/cxx20_rel_ops.hpp"
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) |