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

Function function_equal

extern/boost/boost/bind/bind.hpp:1496–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494# ifndef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
1495
1496template<class R, class F, class L> bool function_equal( bind_t<R, F, L> const & a, bind_t<R, F, L> const & b )
1497{
1498 return a.compare(b);
1499}
1500
1501# else
1502

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