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

Function function_equal_impl

extern/boost/boost/bind/bind.hpp:1503–1506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1501# else
1502
1503template<class R, class F, class L> bool function_equal_impl( bind_t<R, F, L> const & a, bind_t<R, F, L> const & b, int )
1504{
1505 return a.compare(b);
1506}
1507
1508# endif // #ifndef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
1509

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected