Create a visitor that stores into an element of the specified array.

Synopsis

Declared in <bdlat_symbolicconverter.h>

bdlat_SymbolicConverter_StoreInArrayElement(
    ARRAY_TYPE* array,
    int index,
    /* implementation-defined */* imp);

Parameters

Name

Description

array

destination array to store into

index

element index to assign to

imp

conversion implementation

Created with MrDocs