aboutsummaryrefslogtreecommitdiff
path: root/image_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'image_index.h')
-rw-r--r--image_index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/image_index.h b/image_index.h
index 4f07015..6301b3a 100644
--- a/image_index.h
+++ b/image_index.h
@@ -43,14 +43,14 @@ class ImageIndex {
size_t TypeCount() const {
if (reference_sets_.empty())
return 0U;
- return reference_sets_.rbegin()->first.value() + 1;
+ return reference_sets_.rbegin()->first.value() + 1; // Max key + 1.
}
// Returns the array size needed to accommodate all pool values.
size_t PoolCount() const {
if (target_pools_.empty())
return 0U;
- return target_pools_.rbegin()->first.value() + 1;
+ return target_pools_.rbegin()->first.value() + 1; // Max key + 1.
}
// Returns true if |image_[location]| is either: