BloombergLP::bslstl::HashTableBucketIterator::operator=

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.

Synopsis

Declared in <bslstl_hashtablebucketiterator.h>

HashTableBucketIterator<VALUE_TYPE, DIFFERENCE_TYPE>&
operator=(NonConstIter const& rhs);