WPILibC++
2018.4.1-20180924024742-1199-gb1965f7
|
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.