man __gnu_debug::After_nth_from (Fonctions bibliothèques) -

NAME

__gnu_debug::After_nth_from -

SYNOPSIS



#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

Detailed Description

template<typename Iterator> class __gnu_debug::After_nth_from< Iterator >

A function object that returns true when the given random access iterator is at least n steps away from the given iterator.

Definition at line 62 of file safe_sequence.h.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.