#include <TrackContainer.h>
|
| using | value_type = typename TrackContainerBase::ConstTrackProxy |
Definition at line 30 of file TrackContainer.h.
◆ value_type
◆ empty()
| bool ActsTrk::TrackContainer::empty |
( |
| ) |
const |
|
inline |
Definition at line 38 of file TrackContainer.h.
38{
return size() == 0; }
size_t size() const
Number of registered mappings.
◆ operator[]()
| ConstTrackProxy ActsTrk::TrackContainer::operator[] |
( |
unsigned int | index | ) |
const |
|
inline |
The documentation for this class was generated from the following file: