In a recent discussion on the forums someone said that “operator_convert acts like a constructor”.
It’s true, except when its not.
For instance, if you create a class that has an “operator_convert from” then you may be surprised at the behaviour.
So first, whats an “operator_convert from” ?
A class can have two forms of operator_convert.… Read the rest