Return typeid(void) if this object is empty; otherwise typeid(FUNC) where FUNC is the type of the target object.

Synopsis

Declared in <bslstl_function.h>

std::type_info const&
target_type() const noexcept;

Created with MrDocs