Provide heap size outside
This commit is contained in:
parent
875a0761c9
commit
ef426253ca
1 changed files with 3 additions and 0 deletions
|
@ -109,4 +109,7 @@ public:
|
||||||
two.first = split(two.first, k).first;
|
two.first = split(two.first, k).first;
|
||||||
root = join(two);
|
root = join(two);
|
||||||
}
|
}
|
||||||
|
count_type size() {
|
||||||
|
return get_size(root);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue