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 ;
(desde C++20)

Retorna el centinela base subyacente.

Contenidos

Parámetros

(ninguno)

Valor de retorno

El centinela subyacente.

Excepciones

Puede lanzar excepciones definidas por la implementación.

Ejemplo

Véase también

accede al iterador subyacente
(función miembro pública de std::move_iterator<Iter> )