Boost C++ Libraries Home Libraries People FAQ More

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

Copy assignment.

Synopsis
template<
    std::size_t M>
static_string&
operator=(
    static_string< M, CharT, Traits > const& str);
Description

PrevUpHomeNext