Reset the value of the specified object to its default value.
Synopsis
Declared in <bdlat_valuetypefunctions.h>
template<class TYPE>
void
reset(TYPE* object);
Parameters
Name |
Description |
object |
object to reset to its default value |
Created with MrDocs