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

Method compare

extern/boost/boost/bind/bind.hpp:1412–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410 }
1411
1412 bool compare( this_type const & rhs ) const
1413 {
1414 return ref_compare( f_, rhs.f_, 0 ) && l_ == rhs.l_;
1415 }
1416};
1417
1418#elif !defined( BOOST_NO_VOID_RETURNS )

Callers 6

operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
ref_compareFunction · 0.45
function_equalFunction · 0.45
function_equal_implFunction · 0.45

Calls 1

ref_compareFunction · 0.85

Tested by 2

operator()Method · 0.36
operator()Method · 0.36