Namespaces
Variants

std::ranges::zip_transform_view<F,Views...>:: sentinel

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

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

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

데이터 멤버

멤버 객체 정의
inner_ (private) zentinel <Const> 타입의 센티넬
( 설명 전용 멤버 객체* )

멤버 함수

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

비멤버 함수

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