Unordered Set/Multiset Properties
For unordered set and unordered multiset STL types these properties are used in combination with those for hash tables above.
uset_element_key_data_addressing_callback
Names the procedure that defines an addressing expression that specifies how to access an element of a set. The call structure for this callback is:
uset_element_key_data_addressing_callback id
where id is the symbol ID of the symbol that was validated using the validate_callback procedure.
uset_element_key_type_callback
Names the procedure that obtains the type id of an element in the set. The call structure for this callback is:
uset_element_key_type_callback id
where id is the symbol ID of the symbol that was validated using the validate_callback procedure.