Skip to content
MapValueCopyInit

MapValueCopyInit

Description

Deep-copy init callback wired for map values, or NULL if the map was initialised without value deep-copy semantics.

Parameters

Name Direction Description
m in Map.

Usage example (Cross-references)

Usage examples (Cross-references)
                      MapValueCompare(&map) == NULL && MapKeyCopyInit(&map) == (GenericCopyInit)zstr_init_clone &&
                      MapKeyCopyDeinit(&map) == (GenericCopyDeinit)zstr_deinit &&
                      MapValueCopyInit(&map) == (GenericCopyInit)zstr_init_clone &&
                      MapValueCopyDeinit(&map) == (GenericCopyDeinit)zstr_deinit &&
                      MapAllocator(&map) == ALLOCATOR_OF(&alloc);
Last updated on