Take address of an elem. Accounts for e being an rvalue by assigning the rvalue to a temp.
elem to take address of
Type of elem
when true, always copy e to a tmp
the equivalent of &e
See Implementation
Take address of an elem. Accounts for e being an rvalue by assigning the rvalue to a temp.