Create a string reference to external character data.
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.
| Name | Description |
|---|---|
| data | address of the external character data |
| length | number of characters in the referenced sequence |