Rename bt2_common::UuidView::string() -> str()
[babeltrace.git] / src / cpp-common / uuid-view.hpp
index 7816f25ea9135e24404a3f375453663fe67170bb..5c248b616ebf43cc30065c27e2a746163fd4d36e 100644 (file)
@@ -42,7 +42,7 @@ public:
         return bt_uuid_compare(_mUuid, other._mUuid) < 0;
     }
 
-    std::string string() const
+    std::string str() const
     {
         std::string s;
 
This page took 0.02293 seconds and 4 git commands to generate.