std::ranges::subrange<I,S,K>::begin
From cppreference.com
C++
Feature test macros (C++20)
Concepts library (C++20)
Metaprogramming library (C++11)
Ranges library (C++20)
Filesystem library (C++17)
Concurrency support library (C++11)
Execution control library (C++26)
Ranges library
(C++23)(C++23)
(C++26)(C++26)
(C++23)(C++23)
(C++26)(C++26)
(C++26)(C++26)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)
(C++23)(C++23)
(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
(C++23)(C++23)
std::ranges::subrange
subrange::begin
constexpr I begin() const requires std::copyable <I>;
(1)
(since C++20)
constexpr I begin() requires (!std::copyable <I>);
(2)
(since C++20)
Obtains the iterator to the beginning of the subrange
.
[edit] Return value
1)
begin_
.2) std::move(
begin_
).[edit] Example
This section is incomplete
Reason: no example
Reason: no example
[edit] See also
(C++11)(C++14)
(function template) [edit]