Assign to this iterator the value of the specified rhs iterator.
Synopsis
Declared in <bdlc_packedintarray.h>
PackedIntArrayConstIterator<TYPE>&
operator=(PackedIntArrayConstIterator const& rhs);
Description
Return a reference providing modifiable access to this iterator.
Return Value
modifiable reference to this iterator
Parameters
Name |
Description |
rhs |
iterator to assign from |
Created with MrDocs