mrdocs::UnorderedStringMultiMap

unordered_multimap keyed by std::string with transparent hashing.

Synopsis

template<class T>
using UnorderedStringMultiMap = std::unordered_multimap<std::string, T, StringHash, std::equal_to<>>;

Created with MrDocs