std::ranges::join_with_view<V,Pattern>:: sentinel
From cppreference.net
<
cpp
|
ranges
|
join with view
C++
Ranges library
|
||||||||||||||||||||||
| Range primitives | |||||||
|
|||||||
| Range concepts | |||||||||||||||||||
|
|||||||||||||||||||
| Range factories | |||||||||
|
|||||||||
| Range adaptors | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||
| Helper items | |||||||||||||||||
|
|
||||||||||||||||
std::ranges::join_with_view
|
template
<
bool
Const
>
class /*sentinel*/ |
( 설명 전용* ) | |
ranges::
join_with_view
<
V, Pattern
>
::
sentinel
는
ranges::
join_with_view
<
V, Pattern
>
의
end()
가 반환하는 센티널의 타입입니다.
반복자가 센티넬과 동일하게 비교되면, 해당 반복자는 끝 지난 반복자입니다.
목차 |
템플릿 매개변수
| Const | - | 센티넬이 상수 반복자에 해당하는지 여부 |
중첩 타입
| 이름 | 정의 |
Parent
|
maybe-const
<
Const,
ranges::
join_with_view
<
V, Pattern
>>
( 설명 전용 멤버 타입* ) |
Base
|
maybe-const
<
Const, V
>
( 설명 전용 멤버 타입* ) |
데이터 멤버
| 멤버 | 설명 |
ranges::
sentinel_t
<
Base
>
end_
|
부모 범위의 센티널
( 설명 전용 멤버 객체* ) |
멤버 함수
|
sentinel을 생성합니다
(public member function) |
비멤버 함수
|
(C++23)
|
sentinel과
join_with_view::begin
에서 반환된 iterator를 비교합니다
(함수) |