| 1549 | template <vkb::BindingType bindingType> |
| 1550 | inline void Gui<bindingType>::StatsView::reset_max_values() |
| 1551 | { |
| 1552 | // For every entry in the map |
| 1553 | std::ranges::for_each(graph_map, [](auto &pr) { reset_graph_max_value(pr.second); }); |
| 1554 | } |
| 1555 | |
| 1556 | } // namespace vkb |
no test coverage detected