...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Assign the first count
characters of s
, including
nulls.
static_string& assign( CharT const* s, size_type count);