uce/site/doc/pages/config_map_bool.txt
2026-06-15 10:53:36 +00:00

15 lines
282 B
Plaintext

:sig
bool config_map_bool(StringMap& cfg, String key, bool fallback = true)
:params
cfg : configuration map
key : entry to parse
fallback : value returned when missing
:see
>sys
>config_bool_value
:content
Reads a boolean from a string map using `config_bool_value()` semantics.