Function ObjectList.replace

Replace item with another value, destroy old value.

Prototypes

void replace(
  T item,
  int index
);

void replace(
  T newItem,
  T oldItem
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0