MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / operator!=

Method operator!=

include/win/boost/function/function_base.hpp:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 template<typename Functor>
694 BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor, bool)
695 operator!=(Functor g) const
696 {
697 if (const Functor* fp = target<Functor>())
698 return !function_equal(*fp, g);
699 else return true;
700 }
701#endif
702
703public: // should be protected, but GCC 2.95.3 will fail to allow access

Callers

nothing calls this directly

Calls 1

function_equalFunction · 0.50

Tested by

no test coverage detected