Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::read_back

Synopsis
template<
    typename InputIterator>
BOOST_STATIC_STRING_CPP14_CONSTEXPR auto
read_back(
    bool overwrite_null,
    InputIterator first,
    InputIterator last);
Description

PrevUpHomeNext