BloombergLP::bdlat_SymbolicConverter_StoreInArrayElement

Assign the value of the visited object to the d_indexth element inside d_array_p.

Synopsis

Declared in <bdlat_symbolicconverter.h>

template<class ARRAY_TYPE>
class bdlat_SymbolicConverter_StoreInArrayElement;

Member Functions

NameDescription
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.