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

Function compare_equal

extern/boost/boost/function/function_base.hpp:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 // for compilers that don't support SFINAE.
537 template<typename Function, typename Functor>
538 bool
539 compare_equal(const Function& f, const Functor&, int, true_type)
540 { return f.empty(); }
541
542 template<typename Function, typename Functor>
543 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