chsvlib
chsv helper source code

◆ CreateMap()

EXTERN_C HCHSVMAP Chusov::CreateMap ( )
noexcept

Creates a map with the default ordering towards growth of keys with the requirement for the keys to be unique.

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 reset multimap flag.
Declared in chsvmap.h.