chsvlib
chsv helper source code

◆ CreateMultimap()

EXTERN_C HCHSVMAP Chusov::CreateMultimap ( )
noexcept

Creates a multimap with the default ordering of map elements towards growth of their keys .

Returns
The function returns a handle to an instance of the created map. If the function fails it returns NULL. Use GetLastChsvError to get extended error information.
Remarks
The function behaves exactly as the CreateMapEx function with the NULL compare function and set multimap flag.
Declared in chsvmap.h.