[#BloombergLP-bdlar-bdlat_choiceAccessSelection-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::bdlat_choiceAccessSelection :relfileprefix: ../../ :mrdocs: Invoke the specified `accessor` on the current selection of the specified `ref`. Return the value from the invocation of `accessor`. == Synopses Declared in `<bdlar_choiceref.h>` Invoke the specified `accessor` on the current selection of the specified `ref`. Return the value from the invocation of `accessor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_choiceAccessSelection-0308.adoc[bdlat_choiceAccessSelection]( xref:BloombergLP/bdlar/ChoiceConstRef.adoc[ChoiceConstRef] const& ref, t_ACCESSOR& accessor); ---- [.small]#xref:BloombergLP/bdlar/bdlat_choiceAccessSelection-0308.adoc[_» more..._]# Invoke the specified `accessor` on the current selection of the specified `ref`. Return the value from the invocation of `accessor`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_ACCESSOR> int xref:BloombergLP/bdlar/bdlat_choiceAccessSelection-0305.adoc[bdlat_choiceAccessSelection]( xref:BloombergLP/bdlar/ChoiceRef.adoc[ChoiceRef] const& ref, t_ACCESSOR& accessor); ---- [.small]#xref:BloombergLP/bdlar/bdlat_choiceAccessSelection-0305.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#