BloombergLP::bdld::DatumMaker::operator()

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

NameDescription
valuestring value to deep-copy into the returned Datum