WPILibC++
2019.2.1-17-g6992f54
|
This class implements a map that also provides access to all stored values in a deterministic order. More...
#include <MapVector.h>
This class implements a map that also provides access to all stored values in a deterministic order.
The values are kept in a std::vector and the mapping is done with DenseMap from Keys to indexes in that vector.