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

Method empty

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

Determine if the function is empty (i.e., has no target). */

Source from the content-addressed store, hash-verified

624
625 /** Determine if the function is empty (i.e., has no target). */
626 bool empty() const { return !vtable; }
627
628 /** Retrieve the type of the stored function object, or BOOST_SP_TYPEID(void)
629 if this is empty. */

Callers 15

operator()Function · 0.45
operator!Function · 0.45
assign_to_ownFunction · 0.45
move_assignFunction · 0.45
compare_equalFunction · 0.45
compare_not_equalFunction · 0.45
operator==Function · 0.45
operator!=Function · 0.45
has_empty_targetFunction · 0.45
stringFunction · 0.45
wstringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected