Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::static_string (4 of 12 overloads)

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

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

PrevUpHomeNext