MCPcopy Create free account
hub / github.com/Singular/Singular / diff_with

Method diff_with

ppcc/adlib/map.h:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385
386template <typename K, typename V>
387Map<K, V> *Map<K, V>::diff_with(Map<K, V> *that) {
388 return clone()->diff_in_place(that);
389}
390
391template <typename K, typename V>
392Map<K, V> *Map<K, V>::intersect_with(Map<K, V> *that) {

Callers 3

MainFunction · 0.45
MainFunction · 0.45
MainFunction · 0.45

Calls 1

diff_in_placeMethod · 0.45

Tested by 3

MainFunction · 0.36
MainFunction · 0.36
MainFunction · 0.36