Namespaces
Variants

std::ranges::concat_view<Views...>:: iterator <Const>:: operator[]

From cppreference.net
Ranges library
Range adaptors
constexpr decltype ( auto ) operator [ ] ( difference_type pos ) const
requires /*concat-is-random-access*/ < Const, Views... > ;
(C++26부터)

지정된 상대 위치에 있는 요소에 대한 참조를 반환합니다.

목차

매개변수

pos - 현재 위치 기준 상대적 위치

반환값

* ( ( * this ) + pos )

예제

참고 항목

(C++26)
요소에 접근합니다
(public member function)