Move assignment.
any_address& operator=( any_address&& other);
Leaves other in a valid but unspecified state.
other
No-throw guarantee.