Skip to content
Snippets Groups Projects

Draft: API: remove UniqueResult, lower-case at, size for ResultSet

2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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