add iteration interface to config

This commit is contained in:
2023-12-12 16:33:50 +01:00
parent 57d7178e76
commit 0b4179c039
4 changed files with 146 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <cstdint>
#include <string>
#include <string_view>
#include <optional>