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