1e0e50266b
Returns a list of key-value pairs starting with a prefix. If you have in config: ``` env-FOO = bar env-CAT = dog ``` then `get_with_prefix("env-")` will return `[{"FOO", "bar"}, {"CAT", "dog"}]` |
||
---|---|---|
.. | ||
bar.hpp | ||
builder.hpp | ||
command_line.hpp | ||
config_parser.hpp | ||
config.hpp | ||
controller.hpp | ||
eventloop.hpp | ||
ipc.hpp | ||
logger.hpp | ||
renderer_interface.hpp | ||
renderer.hpp | ||
screen.hpp | ||
types.hpp |