¡@

Home 

c++ Programming Glossary: register_type

Absence of typeof operator in C++03?

http://stackoverflow.com/questions/4533758/absence-of-typeof-operator-in-c03

name the type. So to register a type we write #define REGISTER_TYPE T N template struct type2num T static int const value N typedef.. E type Whenever you need to register a type you write REGISTER_TYPE int 1 REGISTER_TYPE unsigned int 2 ... Of course now you find.. you need to register a type you write REGISTER_TYPE int 1 REGISTER_TYPE unsigned int 2 ... Of course now you find you need a mechanism..