Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::static_string (9 of 12 overloads)

Copy constructor.

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

PrevUpHomeNext