WPILibC++
2019.2.1-27-gd55ca19
|
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.