std::move_sentinel - cppreference.com (original) (raw)
std::move_sentinel
is a sentinel adaptor used for denoting ranges together with std::move_iterator.
Contents
- 1 Template parameters
- 2 Member functions
- 3 Member objects
- 4 Non-member functions
- 5 Example
- 6 See also
[edit] Template parameters
S | - | the type of underlying sentinel |
---|
[edit] Member functions
| | constructs a new move_sentinel (public member function) | | --------------------------------------------------------------------------------- | | | assigns the contents of one move_sentinel to another (public member function) | | | return a copy of the underlying sentinel (public member function) |
[edit] Member objects
Member name | Definition |
---|---|
last (private) | underlying sentinel(exposition-only member object*) |