Scroll to navigation

__gnu_parallel::pseudo_sequence_iterator(3) Library Functions Manual __gnu_parallel::pseudo_sequence_iterator(3)

NAME

__gnu_parallel::pseudo_sequence_iterator -

Iterator associated with __gnu_parallel::pseudo_sequence. If features the usual random-access iterator functionality.

SYNOPSIS

Public Types


typedef _DifferenceTp difference_type

Public Member Functions


difference_type operator!= (const type &i2)
const T & operator* () const
const type operator++ (int)
type & operator++ ()
difference_type operator- (const type &i2)
bool operator== (const type &i2)
const T & operator[] (difference_type) const
pseudo_sequence_iterator (const T &val, difference_type pos)

Detailed Description

template<typename T, typename _DifferenceTp> class __gnu_parallel::pseudo_sequence_iterator< T, _DifferenceTp >

Iterator associated with __gnu_parallel::pseudo_sequence. If features the usual random-access iterator functionality.

Parameters:

T Sequence value type.
difference_type Sequence difference type.

Definition at line 338 of file base.h.

Author

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

19 Jun 2018 libstdc++