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
- public ValueMatchesPoly<M>(const M & Matcher)
- public template <typename T>testing::Matcher<const ExpectedHolder<T> &> operator Matcher<const ExpectedHolder<type-parameter-1-0> &>() const
Methods
¶ValueMatchesPoly<M>(const M& Matcher)
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
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