Assign the value of the visited object to the d_indexth element inside d_array_p.
Declared in <bdlat_symbolicconverter.h>
template<class ARRAY_TYPE>
class bdlat_SymbolicConverter_StoreInArrayElement;
| Name | Description |
|---|---|
bdlat_SymbolicConverter_StoreInArrayElement [constructor] | Create a visitor that stores into the element at the specified index of the specified array using the specified conversion imp. |
operator() | Assign the specified sourceElement to the selected array element. Return 0 on success and a non-zero value otherwise. |