Share via


basic_string::substr

basic_string::substr

basic_string substr(size_type pos = 0,
    size_type n = npos) const;

The member function returns an object whose controlled sequence is a copy of up to n elements of the controlled sequence beginning at position pos.