jeudi 1 décembre 2016

C++11: Is there way to perform "iff (condition) typedef ..."

I would like to perform a typedef, if and only if a compile-time condition is met. If the condition is not met, no typedef shall be performed at all.

Is that possible in C++11?

Aucun commentaire:

Enregistrer un commentaire