c++ Programming Glossary: settofirst
Why is the use of typedef in this template necessary? http://stackoverflow.com/questions/1215055/why-is-the-use-of-typedef-in-this-template-necessary T class CFooVector public std vector CFoo T public void SetToFirst typename std vector CFoo T iterator iter template class T void.. CFoo T iterator iter template class T void CFooVector T SetToFirst typename std vector CFoo T iterator iter iter begin I get these.. stltest1 stltest1.cpp 33 error C2244 'CFooVector T SetToFirst' unable to match function definition to an existing declaration..
|