Namespaces
Variants

std::move_sentinel<S>:: base

From cppreference.net
Iterator library
Iterator concepts
Iterator primitives
Algorithm concepts and utilities
Indirect callable concepts
Common algorithm requirements
(C++20)
(C++20)
(C++20)
Utilities
(C++20)
Iterator adaptors
Range access
(C++11) (C++14)
(C++14) (C++14)
(C++11) (C++14)
(C++14) (C++14)
(C++17) (C++20)
(C++17)
(C++17)
constexpr S base ( ) const ;
(C++20 이후)

기본 베이스 센티널을 반환합니다.

목차

매개변수

(없음)

반환값

기본 센티널.

예외

구현 정의 예외를 던질 수 있습니다.

예제

참고 항목

기본 반복자에 접근합니다
( std::move_iterator<Iter> 의 public 멤버 함수)