operator+( const basic_const_iterator& i, difference_type n )
operator+( difference_type n, const basic_const_iterator& i )
operator-( const basic_const_iterator& i, difference_type n )
Returns the iterator i incremented or decremented by n.
1,2) Returns an iterator which is advanced by n positions.
3) Returns an iterator which is advanced by -n positions.
These functions are not visible to ordinary unqualified or qualified lookup, and can only be found by argument-dependent lookup when std::basic_const_iterator<Iter> is an associated class of the arguments..
[edit] Return value1,2) basic_const_iterator(i.base() + n)
3) basic_const_iterator(i.base() - n)
[edit] ExampleRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4