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;
Return Value
typeid(void) if empty; otherwise typeid of the target
Created with MrDocs