cppreference.com
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
View
Edit
History
Actions
std::ranges::
views::
lazy_split,
std::ranges::
lazy_split_view
From cppreference.com
<
cpp
|
ranges
C++
Compiler support
Freestanding and hosted
Language
Standard library
Standard library headers
Named requirements
Feature test macros
(C++20)
Language support library
Concepts library
(C++20)
Diagnostics library
Memory management library
Metaprogramming library
(C++11)
General utilities library
Containers library
Iterators library
Ranges library
(C++20)
Algorithms library
Strings library
Text processing library
Numerics library
Date and time library
Input/output library
Filesystem library
(C++17)
Concurrency support library
(C++11)
Execution control library
(C++26)
Technical specifications
Symbols index
External libraries
[edit]
Ranges library
Range access
begin
cbegin
end
cend
rbegin
crbegin
rend
crend
size
ssize
data
cdata
reserve_hint
(C++26)
empty
Range conversions
std::from_range_t
std::from_range
(C++23)
(C++23)
to
(C++23)
Dangling iterator handling
dangling
borrowed_iterator_t
borrowed_subrange_t
Range primitives
range_size_t
range_difference_t
range_value_t
elements_of
(C++23)
iterator_t
const_iterator_t
sentinel_t
const_sentinel_t
(C++23)
(C++23)
range_reference_t
range_const_reference_t
range_rvalue_reference_t
range_common_reference_t
(C++23)
Range concepts
range
borrowed_range
common_range
sized_range
viewable_range
view
input_range