MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / compare_not_equal

Function compare_not_equal

extern/boost/boost/function/function_base.hpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541
542 template<typename Function, typename Functor>
543 bool
544 compare_not_equal(const Function& f, const Functor&, int,
545 true_type)
546 { return !f.empty(); }
547
548 template<typename Function, typename Functor>
549 bool

Callers 1

operator!=Function · 0.85

Calls 3

get_pointerMethod · 0.80
function_equalFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected