LLVM 19.0.0git
Namespaces | Functions
SmallVectorExtras.h File Reference

This file defines less commonly used SmallVector utilities. More...

#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

template<unsigned Size, class ContainerTy , class FuncTy >
auto llvm::map_to_vector (ContainerTy &&C, FuncTy &&F)
 Map a range to a SmallVector with element types deduced from the mapping.
 
template<class ContainerTy , class FuncTy >
auto llvm::map_to_vector (ContainerTy &&C, FuncTy &&F)
 

Detailed Description

This file defines less commonly used SmallVector utilities.

Definition in file SmallVectorExtras.h.