Typedef mola::fast_set

Typedef Documentation

template<class T, class Compare = std::less<T>>
using mola::fast_set = std::set<T, Compare, FastAllocator<T>>