[#BloombergLP-bslstl-HashTableBucketIterator-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[HashTableBucketIterator]::operator= :relfileprefix: ../../../ :mrdocs: Copy the value of the specified `rhs` to this iterator. == Synopsis Declared in `<bslstl_hashtablebucketiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[HashTableBucketIterator<VALUE_TYPE, DIFFERENCE_TYPE>]& operator=(xref:BloombergLP/bslstl/HashTableBucketIterator.adoc[NonConstIter] const& rhs); ---- == Description Copy the value of the specified `rhs` of another (compatible) `HashTableBucketIterator` type, (e.g., a mutable iterator of the same type) to this iterator. Return a reference to this modifiable object. Note that this method may be the copy‐assignment operator (inhibiting the implicit declaration of a copy‐assignment operator above), or may be an additional overload. == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | compatible iterator whose value is copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#