Skip to content
MapInitWithDeepCopyAndValueCompareAndPolicyT

MapInitWithDeepCopyAndValueCompareAndPolicyT

Description

Typed initializer with deep-copy callbacks, value comparator, and explicit probing policy.

Success

Returns a value of type TYPE_OF(m) initialized with the full callback set and probing policy.

Failure

Function cannot fail.

Usage example (Cross-references)

Usage examples (Cross-references)
                (policy_value)                                                                                             \
            ))
    #    define MapInitWithDeepCopyAndValueCompareAndPolicyT(                                                              \
            m,                                                                                                             \
            hash_fn,                                                                                                       \
Last updated on