diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 03:22:03 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-06 03:22:03 +0200 |
| commit | 518e8cd4cc14bf04dd08f2f8db793430fea175fd (patch) | |
| tree | 3e3f57b5c18bbb335b4840f0512eb57d8bc21222 /src/search-result.cpp | |
| parent | de33d8773c3357653414143b8a76b08b8aa8d149 (diff) | |
a?
Diffstat (limited to 'src/search-result.cpp')
| -rw-r--r-- | src/search-result.cpp | 1 |
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; } |
