Setting.opIndex - multiple declarations

Function Setting.opIndex

for array or object returns item by index, null if index is out of bounds or setting is neither array nor object

Prototype

Setting opIndex(
  int index
);

Function Setting.opIndex

for object returns item by key, null if not found or this setting is not an object

Prototype

Setting opIndex(
  string key
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0