¡@

Home 

c++ Programming Glossary: sometag

Template specialization based on inherit class

http://stackoverflow.com/questions/281725/template-specialization-based-on-inherit-class

class i hope so. edit I'll have several classes inheriting SomeTag. I dont want to write the same specialization for each of them... to write the same specialization for each of them. class SomeTag class InheritSomeTag public SomeTag template class T class Tag.. for each of them. class SomeTag class InheritSomeTag public SomeTag template class T class Tag T struct MyClass template..

C++ compile time function execution

http://stackoverflow.com/questions/5869442/c-compile-time-function-execution

I have something like this void foo type value search SomeTag Where search is defined like this type search const char tag.. constants and use these instead of strings const int SomeTag toNumber SomeTag const int SomeOtherTag toNumber SomeOtherTag.. use these instead of strings const int SomeTag toNumber SomeTag const int SomeOtherTag toNumber SomeOtherTag const int YetAnotherTag..