The classifier container intends to provide a STL-like container for hierarchical classes based on inheritance.
The classifier fulfills the container concept as in STL but it provides a template insertion method to populate the collection by using any derived class from a given base class as an argument.
Therefore, the client code could use the classifier as a collection of objects of the base class, that is it could use a forward iterator (that dereferences to the base class) over the classifier even if it contains objects of several derived classes.
Follow classifier_container
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of classifier_container!