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