![]() |
Home | Libraries | People | FAQ | More |
Replaces *this
with a NULL
, changing
the kind to null
and
destroying any previous contents.
field& operator=( std::nullptr_t);
No-throw guarantee.
Invalidates references obtained by as_xxx and get_xxx functions, but
not the ones obtained by field::operator field_view()
.