LLVM API Documentation
A SetVector that performs no allocations if smaller than a certain size. More...
#include <SetVector.h>
Public Member Functions | |
SmallSetVector () | |
template<typename It > | |
SmallSetVector (It Start, It End) | |
Initialize a SmallSetVector with a range of elements. |
A SetVector that performs no allocations if smaller than a certain size.
Definition at line 217 of file SetVector.h.
llvm::SmallSetVector< T, N >::SmallSetVector | ( | ) | [inline] |
Definition at line 219 of file SetVector.h.
llvm::SmallSetVector< T, N >::SmallSetVector | ( | It | Start, |
It | End | ||
) | [inline] |
Initialize a SmallSetVector with a range of elements.
Definition at line 223 of file SetVector.h.
References llvm::SetVector< T, SmallVector< T, N >, SmallSet< T, N > >::insert().