libstdc++
|
Public Types | |
typedef _DifferenceTp | difference_type |
typedef pseudo_sequence_iterator< T, uint64 > | iterator |
Public Member Functions | |
iterator | begin () const |
iterator | end () const |
pseudo_sequence (const T &val, difference_type count) |
Sequence that conceptually consists of multiple copies of the same element. The copies are not stored explicitly, of course.
T | Sequence value type. |
difference_type | Sequence difference type. |
|
inline |
|
inline |
|
inline |