logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_debug::_After_nth_from.3cxx

Author

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

                                                    libstdc++    __gnu_debug::_After_nth_from<_Iterator>(3cxx)

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.

Name

       __gnu_debug::_After_nth_from< _Iterator >

Synopsis

       #include <safe_sequence.h>

   PublicMemberFunctions_After_nth_from (const difference_type &__n, const _Iterator &__base)
       bool operator() (const _Iterator &__x) const

See Also