...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assign from an iterator range of characters.
template< class InputIt> static_string& assign( InputIt first, InputIt last);