class ValueMatchesPoly

Declaration

template <typename M>
class ValueMatchesPoly { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Testing/Support/Error.h:70

Templates

M

Method Overview

Methods

ValueMatchesPoly<M>(const M& Matcher)

Declared at: llvm/include/llvm/Testing/Support/Error.h:72

Parameters

const M& Matcher

template <typename T>
testing::Matcher<const ExpectedHolder<T>&>
operator Matcher<const ExpectedHolder<
    type - parameter - 1 - 0>&>() const

Declared at: llvm/include/llvm/Testing/Support/Error.h:75

Templates

T