Collection struct
Context for a collection element that is running. Includes the index and proxy for the collection.
Constructors, destructors, conversion operators
- Collection() defaulted
-
template<typename IndexT>Collection(vrt::
collection:: Indexable<IndexT>* elm) explicit - Construct a
Collection.
Public functions
Function documentation
template<typename IndexT>
vt:: ctx:: Collection:: Collection(vrt:: collection:: Indexable<IndexT>* elm) explicit
Construct a Collection.
| Parameters | |
|---|---|
| elm in | the collection element to extract the index and proxy |