Hello,
 
function<void(Base *)> funcB;
function <void(Derived *)> funcD;
 
Is it possible to convert somehow funcD --> funcB ?
 
Thanks.