tinyxml2 icon indicating copy to clipboard operation
tinyxml2 copied to clipboard

String Attribute getter with default value

Open TTFH opened this issue 3 months ago • 0 comments

So, we have int IntAttribute(const char* name, int defaultValue = 0) const; and similar but no const char* StringAttribute(const char* name, const char* defaultValue = "") const;

Is this an oversight?

TTFH avatar Sep 18 '25 00:09 TTFH