WPILibC++
2018.4.1-20180825000225-1177-gc8482cd
|
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.