lundi 19 juillet 2021

Library with a function class just like std::function [closed]

I need a library which can provide a class like std::function, it should have the exact same syntax (except the namespace) and it should be able to take in any object with a call operator. The library should be as minimal as possible without heap allocation and no exceptions.

Any suggestions?

Aucun commentaire:

Enregistrer un commentaire