Return a range over the second elements of pairs in c.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<typename ContainerTy>
auto
make_second_range(ContainerTy&& c);

Return Value

A range over the second elements of pairs in c.

Parameters

Name

Description

c

Container of pair‐like elements.

Created with MrDocs