Assign the specified object to the destination.
Synopsis
Declared in <bdlat_symbolicconverter.h>
template<
class RVALUE_TYPE,
class INFO_TYPE>
int
operator()(
RVALUE_TYPE const& object,
INFO_TYPE const& info) const;
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
object |
source value to convert and store |
info |
member information (unused) |
Created with MrDocs