Return a substring of this string as an rvalue.

Synopsis

Declared in <bslstl_string.h>

basic_string<char8_t>
substr(
    size_type position = 0,
    size_type numChars = npos) &&;

Created with MrDocs