Create a string ref referencing the specified std::basic_string.

Synopsis

Declared in <bslstl_stringref.h>

StringRefImp(std::basic_string<CHAR_TYPE> const& str);

Parameters

Name

Description

str

string whose contents are referenced

Created with MrDocs