Assign this ref to the specified data of the specified length.
Synopsis
Declared in <bslstl_stringref.h>
void
assign(
CHAR_TYPE const* data,
size_type length);
Parameters
Name |
Description |
data |
address of the character sequence to reference |
length |
number of characters in the sequence |
Created with MrDocs