...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Swap two field containers.
template<
class Alloc>
void
swap(
basic_fields< Alloc >& lhs,
basic_fields< Alloc >& rhs);
» more...
Return a buffer sequence representing the trailers.
void
swap(
basic_fields& other);
» more...