|
noexcept |
Creates a multimap with the specified ordering predicate.
[in] | pfnCompare | is an optional pointer to a user-defined function specifying ordering of elements. If the pointer is NULL the default ordering mechanism is used. See CreateMapEx for the details. |