Namespaces
Variants

std::ranges::take_view<V>::sentinel<Const>::base

cppreference.net에서 가져옴
 
 
범위 라이브러리
범위 어댑터
 
 
constexpr ranges::sentinel_t<Base> base() const;
(C++20부터)

기초 sentinel을 반환합니다.

매개변수

(없음)

반환값

기본 센티널의 복사본

예제