4 May
2010
4 May
'10
12:08 p.m.
Chad Nelson wrote:
_attach attaches the result to the target by adjusting the pointers where possible, and copying if necessary. Copying is usually only necessary for fixed_integer types, and only in some of the detail functions.
Sounds like what operator= does.