Check default max speeds consistency.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2023-05-19 00:36:05 -03:00
committed by Konstantin Pastbin
parent 767f27e00a
commit 3b46dd1dee
3 changed files with 164 additions and 20 deletions

View File

@@ -34,6 +34,8 @@ public:
}
size_t size() const { return m_map.size(); }
auto begin() const { return m_map.begin(); }
auto end() const { return m_map.end(); }
protected:
/// @todo buffer_vector is not suitable now, because Key/Value is not default constructible.