Create a string‐reference object having a valid std::string value, whose external representation begins at the specified data address and extends for the specified length characters.

Synopsis

Declared in <bslstl_stringref.h>

StringRefImp(
    char const* data,
    size_type length);

Created with MrDocs