Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::assign (5 of 10 overloads)

Assign the first count characters of s, including nulls.

Synopsis
static_string&
assign(
    CharT const* s,
    size_type count);
Description

PrevUpHomeNext