WPILibC++
2018.4.1-20180928043320-1211-g175c6c1
|
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.