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

Function has_empty_target

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

Source from the content-addressed store, hash-verified

863namespace detail {
864 namespace function {
865 inline bool has_empty_target(const function_base* f)
866 {
867 return f->empty();
868 }
869
870#if BOOST_WORKAROUND(BOOST_MSVC, <= 1310)
871 inline bool has_empty_target(const void*)

Callers 2

assign_toMethod · 0.85
assign_to_aMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected