LLVM API Documentation
#include <SetVector.h>


Public Member Functions | |
| SmallSetVector () | |
| template<typename It> | |
| SmallSetVector (It Start, It End) | |
| Initialize a SmallSetVector with a range of elements. | |
Definition at line 154 of file SetVector.h.
| llvm::SmallSetVector< T, N >::SmallSetVector | ( | ) | [inline] |
Definition at line 156 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 160 of file SetVector.h.
References llvm::SetVector< T, Vector, Set >::insert().
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.