Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::substr

Synopsis
string_view_type
substr(
    size_type pos = 0,
    size_type count = npos) const;
Description

PrevUpHomeNext