jeudi 5 juillet 2018

Can std::is_invocable be emulated within C++11?

I'd like to use std::is_invocable, however we are using c++11 standard, while is_invocable is available only from c++17.

Is there any way to emulate the functionality using c++11?

Thank you

Aucun commentaire:

Enregistrer un commentaire