15 lines
282 B
Plaintext
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.
|