MCPcopy Create free account
hub / github.com/Inori/GPCS4 / empty

Method empty

3rdParty/boost/boost/function/function_base.hpp:615–615  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

613
614 /** Determine if the function is empty (i.e., has no target). */
615 bool empty() const { return !vtable; }
616
617 /** Retrieve the type of the stored function object, or type_id<void>()
618 if this is empty. */

Callers 15

concept_check.hppFile · 0.45
operator()Method · 0.45
operator!Method · 0.45
assign_to_ownMethod · 0.45
move_assignMethod · 0.45
compare_equalFunction · 0.45
compare_not_equalFunction · 0.45
operator==Function · 0.45
operator!=Function · 0.45
has_empty_targetFunction · 0.45
mergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected