[#BloombergLP-bdlat_ChoiceFunctions-accessSelection] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ChoiceFunctions.adoc[bdlat_ChoiceFunctions]::accessSelection :relfileprefix: ../../ :mrdocs: Invoke the specified `accessor` on the (non‐modifiable) selection of the specified `object`, supplying `accessor` with the corresponding selection information structure. The supplied `accessor` must be a callable type that can be called as if it had the following signature: ` template <class t_INFO> int accessor(const SELECTION_TYPE& selection, const t_INFO& info); ` Return the value returned from the invocation of `accessor`. The behavior is undefined unless `k_UNDEFINED_SELECTION_ID != selectionId(object)`. == Synopsis Declared in `<bdlat_choicefunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ACCESSOR> int accessSelection( TYPE const& object, ACCESSOR& accessor); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#