ObjectList.get - multiple declarations

Function ObjectList.get

get item by index

Prototype

T get(
  int index
);

Function ObjectList.get

get const item by index

Prototype

const(T) get(
  int index
) const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0