collections

This module implements object collections.

Members

Structs

Collection
struct Collection(T, bool ownItems = false)

Array based collection of items.

ObjectList
struct ObjectList(T)

object list holder, owning its objects - on destroy of holder, all own objects will be destroyed

Meta

License

Boost License 1.0

Authors

Vadim Lopatin, coolreader.org@gmail.com