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

Method operator==

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

Source from the content-addressed store, hash-verified

684 template<typename Functor>
685 BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor, bool)
686 operator==(Functor g) const
687 {
688 if (const Functor* fp = target<Functor>())
689 return function_equal(*fp, g);
690 else return false;
691 }
692
693 template<typename Functor>
694 BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor, bool)

Callers

nothing calls this directly

Calls 1

function_equalFunction · 0.50

Tested by

no test coverage detected