CSimpleMap::ReverseLookup
Returns the key associated with the given value.
TKey ReverseLookup(
const TVal& val
) const;
- val
The value.
Returns the associated key. If no matching key is found, NULL is returned.
Header: atlsimpcoll.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the key associated with the given value.
TKey ReverseLookup(
const TVal& val
) const;
Returns the associated key. If no matching key is found, NULL is returned.
Header: atlsimpcoll.h