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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
field::field (3 of 31 overloads)

Move constructor.

Synopsis
field(
    field&& other);
Exception safety

No-throw guarantee.

Object lifetimes

All references into other are invalidated, including the ones obtained by calling get_xxx, as_xxx and field::operator field_view().


PrevUpHomeNext