Default customization-point implementation of accessSelection.
Declared in <bdlat_choicefunctions.h>
template<
class TYPE,
class ACCESSOR>
int
bdlat_choiceAccessSelection(
TYPE const& object,
ACCESSOR& accessor);
result of invoking accessor
| Name | Description |
|---|---|
| object | choice object whose selection is accessed |
| accessor | functor applied to the active selection |