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.
empty
1 parent 9606237 commit 39bee77Copy full SHA for 39bee77
src/pointer-analysis/value_set.h
@@ -80,6 +80,7 @@ class value_sett
80
const_iterator cend() const { return data.cend(); }
81
82
size_t size() const { return data.size(); }
83
+ bool empty() const { return data.empty(); }
84
85
objectt &operator[](unsigned i) { return data[i]; }
86
0 commit comments