Template Struct AnyIndexHashMapType

Struct Documentation

template <typename ValueType>
struct AnyIndexHashMapType

Public Types

typedef std::unordered_map<AnyIndex, ValueType, AnyIndexHash, std::equal_to<AnyIndex>, Eigen::aligned_allocator<std::pair<const AnyIndex, ValueType>>> type