Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::static_string (3 of 12 overloads)

Construct with a substring (pos, other.size()) of other.

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

PrevUpHomeNext