MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / visit_for_compare

Function visit_for_compare

src/value.cpp:469–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467
468template <class F>
469static void visit_for_compare(const value& x, F f)
470{
471 if(x.is_object())
472 {
473 f(object_range(x.get_impl()));
474 }
475 else
476 {
477 x.visit_value(f);
478 }
479}
480
481template <class T>
482const static T& compare_decay(const T& x)

Callers 2

compareFunction · 0.85
hashMethod · 0.85

Calls 2

object_rangeFunction · 0.85
is_objectMethod · 0.80

Tested by

no test coverage detected