Skip to content
MapInitWithDeepCopyAndValueCompareT

MapInitWithDeepCopyAndValueCompareT

Description

Typed initializer with deep-copy callbacks and stored value comparator.

Success

Returns a value of type TYPE_OF(m) initialized with the given comparators and deep-copy callbacks.

Failure

Function cannot fail.

Usage example (Cross-references)

Usage examples (Cross-references)
    #    define MapInitWithDeepCopyT(m, hash_fn, compare_fn, key_ci, key_cd, value_ci, value_cd)                           \
            ((TYPE_OF(m))MapInitWithDeepCopy((hash_fn), (compare_fn), (key_ci), (key_cd), (value_ci), (value_cd)))
    #    define MapInitWithDeepCopyAndValueCompareT(                                                                       \
            m,                                                                                                             \
            hash_fn,                                                                                                       \
Last updated on