visit overloads
Declared in <bdlcc_stripedunorderedmap.h>
Call visitor on every element until finished or visitor returns false.
int
visit(VisitorFunction const& visitor);
» more...
Call visitor on the element having key, if present.
int
visit(
KEY const& key,
VisitorFunction const& visitor);
» more...
visitor returned false| Name | Description |
|---|---|
| visitor | functor invoked with each element's value address |
| key | key of the element to visit |