in reply to how to self define a operator

Why not just overload the . operator for that class and use .=?

Replies are listed 'Best First'.
Re^2: how to self define a operator
by toothedsword (Sexton) on Oct 22, 2019 at 15:04 UTC
    Interesting, I will learn that, thanks.