ΒΆtemplate <typename ContainerTy>
auto make_first_range(ContainerTy&& c)
template <typename ContainerTy>
auto make_first_range(ContainerTy&& c)
Description
Given a container of pairs, return a range over the first elements.
Declared at: llvm/include/llvm/ADT/STLExtras.h:1327
Templates
- ContainerTy
Parameters
- ContainerTy&& c