|
MetroCollect
2.3.4
|
Small struct to store an index of a value in a container and a reference to its value. More...
#include <MetricsStatsArray.h>
Public Member Functions | |
| IndexedValue (size_t anIndex, T &aValue) | |
| Construct a new Indexed Value object. More... | |
Public Attributes | |
| size_t | index |
| Index of the value in the container. More... | |
| T & | value |
| Reference to the value. More... | |
Small struct to store an index of a value in a container and a reference to its value.
Definition at line 41 of file MetricsStatsArray.h.
|
inline |
Construct a new Indexed Value object.
| anIndex | index of the value in the container |
| aValue | reference to the value |
Definition at line 51 of file MetricsStatsArray.h.
| size_t MetroCollect::MetricsStatsArray< T >::IndexedValue::index |
Index of the value in the container.
Definition at line 42 of file MetricsStatsArray.h.
| T& MetroCollect::MetricsStatsArray< T >::IndexedValue::value |
Reference to the value.
Definition at line 43 of file MetricsStatsArray.h.