overriding operator* in managed c++

  • Thread starter Thread starter Gideon
  • Start date Start date
G

Gideon

is it possible?
i see one can override operator+ with op_increment, is there an equivalent
for operator*, or has it depreciated for being unsafe?

cheers,
g.
 
thanks for that->
i guess my question wasnt clear enough though, i meant the star operator in
a dereference context.
cheers,
g.
 
Back
Top