Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::insert (7 of 15 overloads)
Synopsis
BOOST_STATIC_STRING_CPP14_CONSTEXPR basic_static_string&
insert(
    size_type index,
    const basic_static_string& str,
    size_type index_str,
    size_type count = npos);
Description

PrevUpHomeNext