MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / has_empty_target

Function has_empty_target

extern/boost/boost/function/function_base.hpp:861–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859namespace detail {
860 namespace function {
861 inline bool has_empty_target(const function_base* f)
862 {
863 return f->empty();
864 }
865
866#if BOOST_WORKAROUND(BOOST_MSVC, <= 1310)
867 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