bdlat_choiceMakeSelection overloads
Synopses
Declared in <bdlat_choicefunctions.h>
Default customization‐point implementation of makeSelection.
template<class TYPE>
int
bdlat_choiceMakeSelection(
TYPE* object,
int selectionId);
Default customization‐point implementation of makeSelection by name.
template<class TYPE>
int
bdlat_choiceMakeSelection(
TYPE* object,
char const* selectionName,
int selectionNameLength);
Created with MrDocs