Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InsertIterator<Container, Iterator>

Insert iterator.

author

Jeongho Nam - https://github.com/samchon

Type parameters

  • Container: IInsert<Iterator>

  • Iterator: IForwardIterator<IPointer.ValueType<Iterator>, Iterator>

Hierarchy

  • InsertIteratorBase<IPointer.ValueType<Iterator>, InsertIterator<Container, Iterator>>
    • InsertIterator

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

  • new InsertIterator(container: Container, it: Iterator): InsertIterator

Accessors

value

  • set value(val: IPointer.ValueType<Iterator>): void
  • Reference of the value.

    inheritdoc

    Parameters

    • val: IPointer.ValueType<Iterator>

    Returns void

Methods

equals

next

Generated using TypeDoc