Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::assign (1 of 10 overloads)

Assign count copies of ch.

Synopsis
static_string&
assign(
    size_type count,
    CharT ch);
Description

PrevUpHomeNext