Default compiler‐generated copy‐assignment operator.
Synopsis
Declared in <bslstl_list.h>
List_Iterator&
operator=(List_Iterator const& rhs) = default;
Return Value
modifiable reference to this iterator
Parameters
Name |
Description |
rhs |
iterator to assign from |
Created with MrDocs