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
Name |
Description |
value |
boolean value to store |
Created with MrDocs