struct on_first

Declaration

template <typename FuncTy>
struct on_first { /* full declaration omitted */ };

Description

Function object to apply a binary function to the first component of a std::pair.

Declared at: llvm/include/llvm/ADT/STLExtras.h:1371

Templates

FuncTy

Member Variables

public FuncTy func