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 aeca95b commit 2cc0979Copy full SHA for 2cc0979
src/internal_modules/roc_core/free_list.h
@@ -90,6 +90,7 @@ class FreeList : public NonCopyable<> {
90
OwnershipPolicy<T>::release(*elem);
91
}
92
93
+ //! Checks if list is empty
94
bool is_empty() {
95
return impl_.is_empty();
96
0 commit comments