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