Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::basic_static_string (7 of 12 overloads)

Construct a basic_static_string.

Synopsis
template<
    typename InputIterator,
    typename std::enable_if< detail::is_input_iterator< InputIterator > ::value >::type * = nullptr>
BOOST_STATIC_STRING_CPP14_CONSTEXPR
basic_static_string(
    InputIterator first,
    InputIterator last);
Description

Construct from a range of characters


PrevUpHomeNext