Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

field::operator= (1 of 30 overloads)
PrevUpHomeNext

Copy assignment.

Synopsis
field&
operator=(
    const field&);
Exception safety

Basic guarantee. Internal allocations may throw.

Object lifetimes

Invalidates references obtained by as_xxx and get_xxx functions, but not the ones obtained by field::operator field_view().


PrevUpHomeNext