MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator!=

Function operator!=

extern/boost/boost/function/function_base.hpp:730–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730inline bool operator!=(const function_base& f,
731 detail::function::useless_clear_type*)
732{
733 return !f.empty();
734}
735
736inline bool operator==(detail::function::useless_clear_type*,
737 const function_base& f)

Callers

nothing calls this directly

Calls 4

compare_not_equalFunction · 0.85
get_pointerMethod · 0.80
function_equalFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected