xmlrpc.hpp
Go to the documentation of this file.
1 #pragma once
2 
11 #include <string>
12 
13 #include <xmlrpcpp/XmlRpcValue.h>
14 
15 namespace cras
16 {
17 
18 inline ::std::string to_string(const ::XmlRpc::XmlRpcValue& value)
19 {
20  return value.toXml();
21 }
22 
23 }
inline ::std::string to_string(const ::Eigen::Matrix< Scalar, Rows, Cols, Options, MaxRows, MaxCols > &value)
Definition: any.hpp:15


cras_cpp_common
Author(s): Martin Pecka
autogenerated on Sat Jun 17 2023 02:32:53