[#BloombergLP-bdlat_ChoiceFunctions-bdlat_choiceSelectionId] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ChoiceFunctions.adoc[bdlat_ChoiceFunctions]::bdlat_choiceSelectionId :relfileprefix: ../../ :mrdocs: Default customization‐point implementation of `selectionId`. == Synopsis Declared in `<bdlat_choicefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int bdlat_choiceSelectionId(TYPE const& object); ---- == Return Value id of the current selection, or `k_UNDEFINED_SELECTION_ID` if none == Parameters [cols="1,4"] |=== | Name| Description | *object* | choice object to query |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#