std::function和回调函数

什么是回调函数

链接

std::function

源码链接

案例

std::function内部使用函数指针存储需要存储的指针对象;

function不是智能指针,最好用智能指针包裹;

你可能感兴趣的:(qt)