Handle the postblit call on lvalue, or the move of rvalue.
the scope where the expression is encountered
the expression the needs to be moved or copied (source)
if the struct defines a copy constructor, the type of the destination
The expression that copy constructs or moves the value.
See Implementation
Handle the postblit call on lvalue, or the move of rvalue.