Replies: 2 comments
-
As you can see it is already string you don't need to convert.
As you can see there is no explicit constructor for string. it can allowed to make implicit conversion. |
Beta Was this translation helpful? Give feedback.
-
@ttmms Originally, since object path is a string, the APIs were designed with |
Beta Was this translation helpful? Give feedback.
-
Why is ObjectPath a separate object, but createProxy takes object path argument as std::string and doesn't accept ObjectPath? How do I do conversions in between?
Beta Was this translation helpful? Give feedback.
All reactions