bsl::hashtable::begin

begin overloads

Synopses

Declared in <bslstp_hashtable.h>

Return an iterator to the first element in this table.

iterator
begin();
» more...

Return a const iterator to the first element in this table.

const_iterator
begin() const;
» more...