struct cb

Declaration

template <typename R, typename Ty>
struct cb { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/CommandLine.h:471

Templates

R
Ty

Member Variables

public std::function<R(Ty)> CB

Method Overview

  • public template <typename Opt>void apply(Opt & O) const
  • public cb<R, Ty>(std::function<R (Ty)> CB)

Methods

template <typename Opt>
void apply(Opt& O) const

Declared at: llvm/include/llvm/Support/CommandLine.h:476

Templates

Opt

Parameters

Opt& O

cb<R, Ty>(std::function<R(Ty)> CB)

Declared at: llvm/include/llvm/Support/CommandLine.h:474

Parameters

std::function<R(Ty)> CB