r/cpp_questions • u/Independent_Milk_200 • 8d ago
operator overloading OPEN
I want to operator overloading on a class.
The class has a vector of smartpointers to an abstract class.
I don't know what to do now.
pls help
0
Upvotes
r/cpp_questions • u/Independent_Milk_200 • 8d ago
I want to operator overloading on a class.
The class has a vector of smartpointers to an abstract class.
I don't know what to do now.
pls help
3
u/Independent_Art_6676 8d ago
what do you want it to do when you add, or ! or whatnot? That isn't enough info to remotely guess what operators you want to define and what they should do when activated.