src/cx/map.h

changeset 1448
0f0fe7311b76
parent 1447
aaf85b3e9601
equal deleted inserted replaced
1447:aaf85b3e9601 1448:0f0fe7311b76
526 526
527 /** 527 /**
528 * Clones entries of a map if their key is not present in a list. 528 * Clones entries of a map if their key is not present in a list.
529 * 529 *
530 * Note that the list must contain keys of type @c CxKey 530 * Note that the list must contain keys of type @c CxKey
531 * (or pointers to such keys). 531 * (or pointers to such keys) and must use @c cx_hash_key_cmp
532 * as the compare function.
532 * Generic key types cannot be processed in this case. 533 * Generic key types cannot be processed in this case.
533 * 534 *
534 * @param dst the destination map 535 * @param dst the destination map
535 * @param src the source map 536 * @param src the source map
536 * @param keys the list of @c CxKey items 537 * @param keys the list of @c CxKey items

mercurial