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

Function operator==

extern/boost/boost/function/function_base.hpp:724–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722
723#ifndef BOOST_NO_SFINAE
724inline bool operator==(const function_base& f,
725 detail::function::useless_clear_type*)
726{
727 return f.empty();
728}
729
730inline bool operator!=(const function_base& f,
731 detail::function::useless_clear_type*)

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected