A function object that returns true when the given random access iterator is at least n
steps away from the given iterator.
More...
#include <safe_sequence.h>
Public Member Functions | |
_After_nth_from (const difference_type &__n, const _Iterator &__base) | |
bool | operator() (const _Iterator &__x) const |
Private Types | |
typedef std::iterator_traits< _Iterator >::difference_type | difference_type |
Private Attributes | |
_Iterator | _M_base |
difference_type | _M_n |
A function object that returns true when the given random access iterator is at least n
steps away from the given iterator.
|
private |
|
inline |
|
inline |
References __gnu_debug::_After_nth_from< _Iterator >::_M_n.
|
private |
|
private |
Referenced by __gnu_debug::_After_nth_from< _Iterator >::operator()().