.TH "std::move_sentinel< _Sent >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::move_sentinel< _Sent > \- A sentinel adaptor for use with std::move_iterator\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBmove_sentinel\fP (_Sent __s) noexcept(is_nothrow_move_constructible_v< _Sent >)" .br .ti -1c .RI "template .br requires convertible_toconstexpr \fBmove_sentinel\fP (const \fBmove_sentinel\fP< _S2 > &__s) noexcept(is_nothrow_constructible_v< _Sent, const _S2 & >)" .br .ti -1c .RI "constexpr _Sent \fBbase\fP () const noexcept(is_nothrow_copy_constructible_v< _Sent >)" .br .ti -1c .RI "template .br requires assignable_from<_Sent&, const _S2&>constexpr \fBmove_sentinel\fP & \fBoperator=\fP (const \fBmove_sentinel\fP< _S2 > &__s) noexcept(is_nothrow_assignable_v< _Sent, const _S2 & >)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::move_sentinel< _Sent >"A sentinel adaptor for use with std::move_iterator\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.