Is there a SFINAE test to check if an enum is unsigned?
Actually, I'm not sure if using the operator< or any other comparison
operator other than operator== is even valid, but I've not seen anything
to suggest otherwise. So assuming that is valid, is there a way of
determining if an enum is valid using SFINAE?
No comments:
Post a Comment