struct SmallMapVector
Declaration
template <typename KeyT, typename ValueT, unsigned int N>
struct SmallMapVector { /* full declaration omitted */ };
Description
A MapVector that performs no allocations if smaller than a certain size.
Declared at: llvm/include/llvm/ADT/MapVector.h:232
Templates
- KeyT
- ValueT
- unsigned int N