Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

to_string_view

Synopsis

Defined in header <boost/beast/core/string_type.hpp>

template<
    class S>
string_view
to_string_view(
    const S& s);

PrevUpHomeNext