Skip to content

MapSetFirstL

MapSetFirstL

Description

Replace the first value stored for a key using l-value semantics.

This updates only the first matching value for the key and preserves all remaining values for that key.

Parameters

Name Direction Description
m in,out Hash map.
key in Key to search for.
value in Replacement value.

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on