Assign the specified sourceElement to the selected array element.
Synopsis
Declared in <bdlat_symbolicconverter.h>
template<class SOURCE_ELEMENT_TYPE>
int
operator()(SOURCE_ELEMENT_TYPE const& sourceElement) const;
Description
Return 0 on success and a non‐zero value otherwise.
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
sourceElement |
source element value to convert and store |
Created with MrDocs