Setting.setBoolean - multiple declarations

Function Setting.setBoolean

sets bool item of map

Prototype

bool setBoolean(
  string key,
  bool value
);

Function Setting.setBoolean

sets bool item by index of array or map

Prototype

bool setBoolean(
  int index,
  bool value
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0