Skip to content
Snippets Groups Projects

ENH: Add retrieval and queries to Extern C interface

Merged Florian Spreckelsen requested to merge f-extended-c into f-files
Compare and Show latest version
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -338,7 +338,7 @@ public:
/**
* Return the current size of the properties container.
*
* This is also the number of properties the owningn entity currently has.
* This is also the number of properties the owning entity currently has.
*/
[[nodiscard]] inline auto Size() const -> int { return wrapped->size(); }
/**
Loading