Setting.getBoolean - multiple declarations

Function Setting.getBoolean

returns bool item by index of array or map

Prototype

bool getBoolean(
  int index,
  bool defValue = false
);

Function Setting.getBoolean

returns bool item by key from map

Prototype

bool getBoolean(
  string key,
  bool defValue = false
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0