¡@

Home 

c++ Programming Glossary: getathing

C++ specialization of template function inside template class

http://stackoverflow.com/questions/4994775/c-specialization-of-template-function-inside-template-class

to provide specialized implementations of the method X getAThing for different types. E.g. int std string arbitrary pointer or.. class c1 class X public template typename returnT returnT getAThing std string param static std string getName private c1 theData.. This blows up with the error error prototype for 'int X c1 getAThing std string ' does not match any in class 'X c1 ' template class..