Boost C++ Libraries Home Libraries People FAQ More

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

Assign to the string.

Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR basic_static_string&
operator=(
    const basic_static_string& s);
Description

If *this and s are the same object, this function has no effect.


PrevUpHomeNext