Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does the opC++ “category” concept compare with C++ templates?

0
Posted

How does the opC++ “category” concept compare with C++ templates?

0

Categories and templates are two different things and merely complement each other. A template class allows you to parameterize a class based on types and constants. Categories add language features to a concrete class through generated code. We do however encourage the use of templates in the code generated by categories since they can give you additional control through specializations.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123