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
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of classifier_container!