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