std::ranges::join_with_view<V,Pattern>:: sentinel <Const>:: sentinel
From cppreference.net
<
cpp
|
ranges
|
join with view
|
sentinel
C++
Ranges library
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
std::ranges::join_with_view
| 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
)
requires 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 | - | a std::ranges::join_with_view object |
예제
|
이 섹션은 불완전합니다
이유: 예시가 없음 |