lundi 5 février 2018

What this typedef is trying to do and How to use?

  1. struct boolean_struct { int member; } typedef int boolean_struct::* boolean_type;

  2. typedef char(&yes)[1];

Please explain what these typedef are doing. I really want to understand them.

Aucun commentaire:

Enregistrer un commentaire