From 518e8cd4cc14bf04dd08f2f8db793430fea175fd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 6 May 2024 03:22:03 +0200 Subject: a? --- src/search-result.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/search-result.cpp') diff --git a/src/search-result.cpp b/src/search-result.cpp index c2065735..ed9c5194 100644 --- a/src/search-result.cpp +++ b/src/search-result.cpp @@ -80,6 +80,7 @@ path_search_result& path_search_result::operator=(path_search_result&& other) no } size_t path_search_result::size() const { return _node->vec.size(); } +bool path_search_result::empty() const { return _node->vec.empty(); } path_search_result::node::node() noexcept = default; float path_search_result::time() const { return _time; } -- cgit v1.2.3