Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::basic_static_string (4 of 12 overloads)

Construct a basic_static_string.

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

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


PrevUpHomeNext