Namespaces
Variants

std::move_sentinel<S>:: operator=

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)
template < class S2 >

requires std:: assignable_from < S & , const S2 & >

constexpr move_sentinel & operator = ( const std:: move_sentinel < S2 > & other ) ;
(C++20 이후)

기본 센티널은 other 의 기본 센티널 값으로 할당됩니다, 즉 other. base ( ) 입니다.

목차

매개변수

other - 할당을 위한 sentinel 어댑터

반환값

* this

예제

참고 항목

다른 move_iterator 를 할당함
( std::move_iterator<Iter> 의 public 멤버 함수)