C++ Reference: class RevImmutableMultiMap
Note: This documentation is automatically generated.
Method | |
---|---|
ContainsKey | Return type: Arguments: Returns true if the multi-map contains at least one instance of 'key'. |
FindWithDefault | Return type: Arguments: Returns one value attached to 'key', or 'default_value' if 'key' is not in the multi-map. The actual value returned if more than one values is attached to the same key is not specified. |
Insert | Return type: Arguments: Inserts (key, value) in the multi-map. |
num_items | Return type: |
RevImmutableMultiMap | Arguments: |
~RevImmutableMultiMap |