...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Move constructor.
basic_fields( basic_fields&&);
The state of the moved-from object is as if constructed using the same allocator.