Assign the value of the visited object to the d_index`th element inside `d_array_p.

Synopsis

Declared in <bdlat_symbolicconverter.h>

template<class ARRAY_TYPE>
class bdlat_SymbolicConverter_StoreInArrayElement;

Member Functions

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.

Created with MrDocs