Typedef mola::fast_map

Typedef Documentation

template<class Key, class T, class Compare = std::less<Key>>
using mola::fast_map = std::map<Key, T, Compare, FastAllocator<std::pair<const Key, T>>>