Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zerbitx

    template template parameters

    Thanks for the link, but that's actually and excerpt from the book that I'm reading that confused me in the first place. I just don't get how that saves you from having to specify Widget in the typedef. The original example makes perfect sense to me. Is it that it inherits from a specified...
  2. zerbitx

    template template parameters

    I thought I was familiar with template syntax until... I'm reading "Modern C++ Design" and was comfortable with the code: //Library Code template <class CreationPolicy> class WidgetManager : public CreationPolicy { ... }; //Application Code typedef WidgetManager< OpNewCreator<Widget> >...

Part and Inventory Search

Back
Top