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 an older version of Boost and was released in 2024. The current version is 1.90.0.
Move constructor.
field( field&& other);
No-throw guarantee.
All references into other
are invalidated, including the ones obtained by calling get_xxx, as_xxx
and field::operator field_view().