Return a bdld::Datum that references, but does not own, string.
Return a bdld::Datum object that references, but does not own the specified string, possibly using the allocator of this object to obtain memory. Note that this can be used to refer to string literals. See bdld::Datum::createStringRef().
a Datum that references, but does not own, string
| Name | Description |
|---|---|
| string | string to reference without taking ownership |