Files
cppdraft_translate/cppdraft/depr/move/iter/elem.md
2025-10-25 03:02:53 +03:00

24 lines
750 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[depr.move.iter.elem]
# Annex D (normative) Compatibility features [[depr]](./#depr)
## D.18 Deprecated move_iterator access [depr.move.iter.elem]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/future.tex#L683)
The following member is declared in addition to those members
specified in [[move.iter.elem]](move.iter.elem "24.5.4.6Element access"):namespace std {template<class Iterator>class move_iterator {public:constexpr pointer operator->() const; };}
[🔗](#lib:operator-%3e,move_iterator)
`constexpr pointer operator->() const;
`
[2](#2)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/future.tex#L702)
*Returns*: current[.](#2.sentence-1)