Constructor UnsortedInputIterator
UnsortedInputIterator(IInputIterator)
Creates a new iterator, wrapping the specified iterator and returning elements in a random order.
Declaration
public UnsortedInputIterator(IInputIterator source)
Parameters
Type | Name | Description |
---|---|---|
IInputIterator | source |