Template Struct LongIndexHashMapType

Struct Documentation

template <typename ValueType>
struct LongIndexHashMapType

Public Types

typedef std::unordered_map<LongIndex, ValueType, LongIndexHash, std::equal_to<LongIndex>, Eigen::aligned_allocator<std::pair<const LongIndex, ValueType>>> type