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

Function compare

extern/boost/boost/bind/bind_template.hpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 bool compare(this_type const & rhs) const
338 {
339 return ref_compare(f_, rhs.f_, 0) && l_ == rhs.l_;
340 }
341
342private:
343

Callers 10

operator==Method · 0.50
operator!=Method · 0.50
operator<Method · 0.50
operator>Method · 0.50
case_ins_eqFunction · 0.50
operator()Method · 0.50
operator <Function · 0.50
findMethod · 0.50
rfindMethod · 0.50
operator==Function · 0.50

Calls 1

ref_compareFunction · 0.85

Tested by 6

case_ins_eqFunction · 0.40
operator()Method · 0.40
operator <Function · 0.40
findMethod · 0.40
rfindMethod · 0.40
operator==Function · 0.40