![]() |
Home | Libraries | People | FAQ | More |
Move assignment.
field
& operator=(field
&& other);
No-throw guarantee.
Invalidates references to *this
obtained by as_xxx and get_xxx functions,
but not the ones obtained by field::operator field_view()
. All references into other
are invalidated, including the
ones obtained by calling get_xxx, as_xxx and field::operator field_view()
.