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) | (desde C++23) |
|
constexpr
/*sentinel*/
(
/*sentinel*/
<
!
Const
>
i
)
requires Const
&&
std::
convertible_to
<
ranges::
sentinel_t
<
V
>
,
|
(2) | (desde C++23) |
|
constexpr
explicit
/*sentinel*/
(
/*Parent*/
&
parent
)
;
|
(3) |
(desde C++23)
( solo para exposición* ) |
Construye un centinela. La sobrecarga (3) es llamada por end() de ranges::join_with_view .
| Sobrecarga |
end_
|
|---|---|
| (1) | inicializado por valor |
| (2) |
inicializado con
std
::
move
(
s.
end_
)
|
| (3) | inicializado con ranges:: end ( parent. base_ ) |
Parámetros
| i | - | un centinela correspondiente a un iterador mutable |
| parent | - | un objeto std::ranges::join_with_view |
Ejemplo
|
Esta sección está incompleta
Motivo: sin ejemplo |