Empty()

Delegate< ReturnType(ArgumentTypes…)>::Empty() const method

Determines if the current delegate object is empty, e.g. does not point to any entity.

bool System::Delegate<ReturnType(ArgumentTypes...)>::Empty() const

Return Value

True if current delegate object does not point to a function, a method of a function object, otherwise - false.

See Also