MCPcopy Create free account
hub / github.com/EarlhamInst/KAT / empty

Method empty

deps/boost/boost/function/function_base.hpp:601–601  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

599
600 /** Determine if the function is empty (i.e., has no target). */
601 bool empty() const { return !vtable; }
602
603 /** Retrieve the type of the stored function object, or type_id<void>()
604 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