Is it possible in C++ to set as default template argument concrete (free) function?
I mean something like that:
void foo() {} template <typename F = foo> struct C { F f; };
Aucun commentaire:
Enregistrer un commentaire