cast from XmlRpc to vetor<int>
what's the better way to cast:
XmlRpc::XmlRpcValue
to std::vector<int>
?
I'm doing using the std::stringstream object inside a loop for but it's very dirty. Someone does the cast in a different/more correct way?
thank you!
Asked by Bemfica on 2011-11-05 21:44:12 UTC
Comments