summaryrefslogtreecommitdiffhomepage
path: root/src/search-result.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-06 03:22:03 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-06 03:22:03 +0200
commit518e8cd4cc14bf04dd08f2f8db793430fea175fd (patch)
tree3e3f57b5c18bbb335b4840f0512eb57d8bc21222 /src/search-result.cpp
parentde33d8773c3357653414143b8a76b08b8aa8d149 (diff)
a?
Diffstat (limited to 'src/search-result.cpp')
-rw-r--r--src/search-result.cpp1
1 files changed, 1 insertions, 0 deletions
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; }