libstdc++
|
This is the complete list of members for std::move_sentinel< _Sent >, including all inherited members.
base() const noexcept(is_nothrow_copy_constructible_v< _Sent >) (defined in std::move_sentinel< _Sent >) | std::move_sentinel< _Sent > | inline |
move_sentinel() noexcept(is_nothrow_default_constructible_v< _Sent >) (defined in std::move_sentinel< _Sent >) | std::move_sentinel< _Sent > | inline |
move_sentinel(_Sent __s) noexcept(is_nothrow_move_constructible_v< _Sent >) (defined in std::move_sentinel< _Sent >) | std::move_sentinel< _Sent > | inlineexplicit |
move_sentinel(const move_sentinel< _S2 > &__s) noexcept(is_nothrow_constructible_v< _Sent, const _S2 & >) (defined in std::move_sentinel< _Sent >) | std::move_sentinel< _Sent > | inline |
operator=(const move_sentinel< _S2 > &__s) noexcept(is_nothrow_assignable_v< _Sent, const _S2 & >) (defined in std::move_sentinel< _Sent >) | std::move_sentinel< _Sent > | inline |