MapInitWithDeepCopyAndPolicyT
Description
Typed initializer with deep-copy callbacks and explicit probing policy.
Success
Returns a value of type TYPE_OF(m) initialized with the given deep-copy callbacks and probing policy.
Failure
Function cannot fail.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Init.h:386:
(value_cd) \
))
# define MapInitWithDeepCopyAndPolicyT(m, hash_fn, compare_fn, key_ci, key_cd, value_ci, value_cd, policy_value) \
((TYPE_OF(m))MapInitWithDeepCopyAndPolicy( \
(hash_fn), \
Last updated on