Return a bdld::Datum having the specified value, or null if unset.

Synopsis

Declared in <bdld_datummaker.h>

template<class TYPE>
bdld::Datum
operator()(bdlb::NullableValue<TYPE> const& value) const;

Return Value

a Datum having the specified value, or null if unset

Parameters

Name

Description

value

nullable value to store, or null if unset

Created with MrDocs