Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::string_view_type

The type of string_view returned by the interface.

Synopsis
using string_view_type = basic_string_view< CharT, Traits >;
Description

PrevUpHomeNext