const ddt& operator=(const ddt &dt2)
Assignment Operator.
const self& operator=(const self &me)
Assignment Operator.
The assignment operators are used to store right-values into the wrapped object, and also to store values into an underlying container.