...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.
any_address( any_address&& other);
Leaves other
in a valid
but unspecified state.
No-throw guarantee.