Assign to the specified "nullable" object the default value for the contained type.
Declared in <bdlat_nullablevaluefunctions.h>
template<class TYPE>
void
makeValue(TYPE* object);
| Name | Description |
|---|---|
| object | "nullable" object to populate with a default value |