[#BloombergLP-bdlat_ChoiceFunctions-bdlat_choiceMakeSelection-06d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ChoiceFunctions.adoc[bdlat_ChoiceFunctions]::bdlat_choiceMakeSelection :relfileprefix: ../../ :mrdocs: `bdlat_choiceMakeSelection` overloads == Synopses Declared in `<bdlat_choicefunctions.h>` Default customization‐point implementation of `makeSelection`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/bdlat_ChoiceFunctions/bdlat_choiceMakeSelection-02.adoc[bdlat_choiceMakeSelection]( TYPE* object, int selectionId); ---- [.small]#xref:BloombergLP/bdlat_ChoiceFunctions/bdlat_choiceMakeSelection-02.adoc[_» more..._]# Default customization‐point implementation of `makeSelection` by name. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/bdlat_ChoiceFunctions/bdlat_choiceMakeSelection-064.adoc[bdlat_choiceMakeSelection]( TYPE* object, char const* selectionName, int selectionNameLength); ---- [.small]#xref:BloombergLP/bdlat_ChoiceFunctions/bdlat_choiceMakeSelection-064.adoc[_» more..._]# == 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 | *selectionName* | name of the selection to activate | *selectionNameLength* | length of `selectionName` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#