MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / compare_equal

Function compare_equal

include/win/boost/function/function_base.hpp:549–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 // for compilers that don't support SFINAE.
548 template<typename Function, typename Functor>
549 bool
550 compare_equal(const Function& f, const Functor&, int, mpl::bool_<true>)
551 { return f.empty(); }
552
553 template<typename Function, typename Functor>
554 bool

Callers 1

operator==Function · 0.85

Calls 3

function_equalFunction · 0.50
emptyMethod · 0.45
get_pointerMethod · 0.45

Tested by

no test coverage detected