merges the two tables
None
If a key is contained in both tables and merge_function is not specified then the value from the other table is used for the merged table.
The merge_function is applied only if both tables contain a value for the same key.
std::merge | merge two collections in a collection specific way |