class SmallSetVector

Declaration

template <typename T, unsigned int N>
class SmallSetVector { /* full declaration omitted */ };

Description

A SetVector that performs no allocations if smaller than a certain size.

Declared at: llvm/include/llvm/ADT/SetVector.h:297

Templates

T
unsigned int N

Method Overview

Methods

SmallSetVector<T, N>()

Declared at: llvm/include/llvm/ADT/SetVector.h:300

template <typename It>
SmallSetVector<T, N>(It Start, It End)

Description

Initialize a SmallSetVector with a range of elements

Declared at: llvm/include/llvm/ADT/SetVector.h:304

Templates

It

Parameters

It Start
It End