BloombergLP::bdld::Datum::createBoolean

Return a datum holding the specified boolean value.

Synopsis

Declared in <bdld_datum.h>

static
Datum
createBoolean(bool value);

Description

Return, by value, a datum having the specified bool value.

Return Value

a datum holding the specified boolean value

Parameters

NameDescription
valueboolean value to store