![]() |
![]()
| ![]() |
![]()
NAMEstd::function::target_type - std::function::target_type Synopsisconst std::type_info& target_type() const noexcept; (since C++11)
Parameters(none) Return valuetypeid(T) if the stored function has type T, otherwise typeid(void) Example// Run this code
Possible output: PFiiE
See also target obtains a pointer to the stored target
|