Set the value of the specified object to be the default for the selection indicated by the specified selectionId. Return 0 on success, and non‐zero value otherwise (i.e., the selection is not found).
Synopsis
Declared in <bdlat_choicefunctions.h>
template<class TYPE>
int
makeSelection(
TYPE* object,
int selectionId);
Created with MrDocs