Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::operator= (3 of 6 overloads)

Assign from null-terminated string.

Synopsis
static_string&
operator=(
    CharT const* s);
Description

PrevUpHomeNext