Skip to content

Commit 2cc0979

Browse files
committed
Document function
1 parent aeca95b commit 2cc0979

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/internal_modules/roc_core/free_list.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class FreeList : public NonCopyable<> {
9090
OwnershipPolicy<T>::release(*elem);
9191
}
9292

93+
//! Checks if list is empty
9394
bool is_empty() {
9495
return impl_.is_empty();
9596
}

0 commit comments

Comments
 (0)