MCPcopy Create free account
hub / github.com/WinMerge/winmerge / empty

Method empty

Externals/boost/boost/function/function_base.hpp:500–500  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

498
499 /** Determine if the function is empty (i.e., has no target). */
500 bool empty() const { return !vtable; }
501
502 /** Retrieve the type of the stored function object, or type_id<void>()
503 if this is empty. */

Callers 8

concept_check.hppFile · 0.45
operator()Method · 0.45
move_assignFunction · 0.45
operator==Function · 0.45
operator!=Function · 0.45
has_empty_targetFunction · 0.45
node_handle.hppFile · 0.45
BOOST_NOEXCEPT_IFFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected