lundi 15 mars 2021

C++11. Declare a function with same-type-and-fixed-length argument list

Is there a possible way to implement sort of helper struct using C++11 which takes as a template argument a Number and would contain a member type std::function<Ret(T...)> where sizeof...(T) == Number?

Aucun commentaire:

Enregistrer un commentaire