Store the specified sourceMember into the matching destination selection.
Synopsis
Declared in <bdlat_symbolicconverter.h>
template<
class SOURCE_MEMBER_TYPE,
class INFO_TYPE>
int
operator()(
SOURCE_MEMBER_TYPE const& sourceMember,
INFO_TYPE const& info) 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 |
sourceMember |
source member value to convert and store |
info |
information describing the source member |
Created with MrDocs