For example, I have 3 different objects a, b, and c; each of which is an instance of a different class. I want to declare a function that will take a std::vector array as an argument; where the vector array is an array of objects a, b or c (not mixed). How can I do this?For example, I have 3 different objects a, b, a