[#BloombergLP-bdlat_ChoiceFunctions-bdlat_choiceMakeSelection-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ChoiceFunctions.adoc[bdlat_ChoiceFunctions]::bdlat_choiceMakeSelection :relfileprefix: ../../ :mrdocs: Default customization‐point implementation of `makeSelection`. == Synopsis Declared in `<bdlat_choicefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int bdlat_choiceMakeSelection( TYPE* object, int selectionId); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | choice object to modify | *selectionId* | id of the selection to activate |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#