Reputation: 891
I'm porting Windows code to Linux and I'm new to C++. Is there a standard C++ library equivalent to CTypedPtrList
?
It's currently used in the code to contain some of our classes like so:
CTypedPtrList<CPtrList, OurClass*> variable_name;
Upvotes: 3
Views: 808