template<>
ConfigurationValue<bool> struct
Configuration value parser and writer for bool
type.
Reads 1
, yes
, y
or true
as true
, any other string as false
. Writes true
or false
.