Return a bdld::Datum having the specified value.

Synopsis

Declared in <bdld_datummaker.h>

bdld::Datum
operator()(bslstl::StringRef const& value) const;

Description

The returned bdld::Datum object will contain a deep‐copy of value.

Return Value

a Datum having a deep‐copy of value

Parameters

Name

Description

value

string value to deep‐copy into the returned Datum

Created with MrDocs