std::ranges::join_with_view<V,Pattern>:: sentinel <Const>:: sentinel
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
| Member functions | ||||
| Deduction guides | ||||
| Iterator | ||||
| Member functions | ||||
| Non-member functions | ||||
| Sentinel | ||||
|
join_with_view::
sentinel
::
sentinel
|
||||
|
/*sentinel*/
(
)
=
default
;
|
(1) | (начиная с C++23) |
|
constexpr
/*sentinel*/
(
/*sentinel*/
<
!
Const
>
i
)
требует Const
&&
std::
convertible_to
<
ranges::
sentinel_t
<
V
>
,
|
(2) | (начиная с C++23) |
|
constexpr
explicit
/*sentinel*/
(
/*Parent*/
&
parent
)
;
|
(3) |
(начиная с C++23)
( только для демонстрации* ) |
Создает страж. Перегрузка (3) вызывается методом end() представления ranges::join_with_view .
| Перегрузка |
end_
|
|---|---|
| (1) | инициализирован значением |
| (2) |
инициализирован с помощью
std
::
move
(
s.
end_
)
|
| (3) | инициализирован с помощью ranges:: end ( parent. base_ ) |
Параметры
| i | - | дозорный, соответствующий изменяемому итератору |
| parent | - | объект std::ranges::join_with_view |
Пример
|
Этот раздел не завершён
Причина: отсутствует пример |