For a template class like the following:
template<typename Type, typename IDType=typename Type::IDType> class Mappings { public: ... Type valueFor(const IDType& id) {
How can someone declare this class in the header file?
c ++ templates forward-declaration
Tron Thomas Dec 12 '12 at 20:55 2012-12-12 20:55
source share