Parameter naming

This commit is contained in:
Thomas Krijnen
2026-03-31 18:23:13 +02:00
parent a07f56db6f
commit 20ccf2b455
24 changed files with 619 additions and 605 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class IFC_PARSE_API global_id {
public:
static const unsigned int length = 22;
global_id();
global_id(const std::string&);
global_id(const std::string& value);
operator const std::string&() const;
operator const boost::uuids::uuid&() const;
const std::string& formatted() const;