Create a string‐reference object having a valid std::string value, whose external representation begins at the specified data address and extends for std::char_traits<CHAR_TYPE>::length(data) characters. The external representation must remain valid as long as it is bound to this string reference. The behavior is undefined unless data is null‐terminated.

Synopsis

Declared in <bslstl_stringref.h>

StringRefImp(wchar_t const* data);

Created with MrDocs