Return a bdld::Datum having the specified value.
Declared in <bdld_datummaker.h>
bdld::Datum
operator()(bslstl::StringRef const& value) const;
The returned bdld::Datum object will contain a deep-copy of value.
a Datum having a deep-copy of value
| Name | Description |
|---|---|
| value | string value to deep-copy into the returned Datum |