Given a container of pairs, return a range over the first elements.
Synopsis
Declared in <llvm/ADT/STLExtras.h>
template<typename ContainerTy>
auto
make_first_range(ContainerTy&& c);
Created with MrDocs
Given a container of pairs, return a range over the first elements.
Declared in <llvm/ADT/STLExtras.h>
template<typename ContainerTy>
auto
make_first_range(ContainerTy&& c);
Created with MrDocs