Return a bdld::Datum having the specified value.

Synopsis

Declared in <bdld_datummaker.h>

bdld::Datum
operator()(bslmf::Nil const& value) const;

Description

Note that where possible, no memory is allocated ‐ array are returned as references. Note that DatumMapRef and DatumIntMapRef are not supported at the moment.

Return Value

a Datum having the specified value

Parameters

Name

Description

value

value to store in the returned Datum

Created with MrDocs