Namespaces
Variants

std::ranges::zip_view<Views...>:: sentinel

From cppreference.net
Ranges library
Range adaptors
template < bool Const >
class /*sentinel*/ ;
(C++23부터)
( 설명 전용* )

기본 뷰가 zip_view::end common_range 가 아닐 때의 반환 타입.

타입 /*sentinel*/ < true > 또는 /*sentinel*/ < false > 는 각각 기본 뷰를 const 한정 또는 비-const 한정으로 처리합니다.

데이터 멤버

멤버 이름 정의
end_ (private)

멤버 함수

센티널을 생성합니다
(public member function)

비멤버 함수

(C++23)
sentinel과 zip_view::begin 에서 반환된 iterator를 비교합니다
(function)
(C++23)
sentinel과 zip_view::begin 에서 반환된 iterator 사이의 거리를 계산합니다
(function)