I am just getting some hold on xmlrpc++. Could someone help me in converting an XmlRpcValue to an int.
For example,
XmlRpcValue param;
int value = (conversion?) param;
I see the overloaded operator int&() for the same.
Could someone explain this overloading and help me to use it.
Thanks,
Melcy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I am just getting some hold on xmlrpc++. Could someone help me in converting an XmlRpcValue to an int.
For example,
XmlRpcValue param;
int value = (conversion?) param;
I see the overloaded operator int&() for the same.
Could someone explain this overloading and help me to use it.
Thanks,
Melcy