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

Function function_equal

include/win/boost/bind/bind.hpp:1230–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1228# ifndef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
1229
1230template<class R, class F, class L> bool function_equal( bind_t<R, F, L> const & a, bind_t<R, F, L> const & b )
1231{
1232 return a.compare(b);
1233}
1234
1235# else
1236

Callers 7

compare_equalFunction · 0.50
compare_not_equalFunction · 0.50
containsMethod · 0.50
operator==Method · 0.50
operator!=Method · 0.50
operator==Function · 0.50
operator!=Function · 0.50

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected