Go to the source code of this file.
Classes | |
struct | MR::MapOrHashMap< K, V > |
Namespaces | |
namespace | MR |
Functions | |
template<typename K , typename V > | |
V | MR::getAt (const MapOrHashMap< K, V > &m, K key, V def={}) |
template<typename K , typename V > | |
void | MR::setAt (MapOrHashMap< K, V > &m, K key, V val) |