Boost C++ Libraries Home Libraries People FAQ More

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

Copy assignment.

Synopsis
static_string&
operator=(
    static_string const& str);
Description

PrevUpHomeNext