Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
A Host class is a class that takes a template parameter of a policy. Or: a Host class defines how a group of classes should be generated, as opposed to a class in C++ as being how the group of objects should be generated:
template <class T> |
Many STL classes are Host classes.
There is no semantic difference between class and typename in a template-parameter [1].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml