We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ce243 commit 2cbbdb1Copy full SHA for 2cbbdb1
src/tools/fdsdump/src/aggregator/view.hpp
@@ -342,6 +342,8 @@ class View {
342
/**
343
* @brief Get the field definitions the view consists of
344
*/
345
+ size_t record_size(const uint8_t *ptr) const { return key_size(ptr) + value_size(); }
346
+
347
const std::vector<std::unique_ptr<Field>> &fields() const { return m_fields; }
348
349
0 commit comments