cast from XmlRpc to vetor<int> [closed]
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!