 |
std::function - cppreference.com
Class template std::function is a general-purpose polymorphic function wrapper. Instances of std::function can store, copy, and invoke any Callable target-- functions, lambda expressions, bind expressions, or other function objects, as well as pointers to
en.cppreference.com |
 |