Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::assign (7 of 10 overloads)

Assign from an iterator range of characters.

Synopsis
template<
    class InputIt>
static_string&
assign(
    InputIt first,
    InputIt last);
Description

PrevUpHomeNext