class ValueIsMatcher

Declaration

template <class InnerMatcher>
class ValueIsMatcher { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Testing/Support/SupportHelpers.h:59

Templates

InnerMatcher

Method Overview

Methods

ValueIsMatcher<InnerMatcher>(
    InnerMatcher ValueMatcher)

Declared at: llvm/include/llvm/Testing/Support/SupportHelpers.h:61

Parameters

InnerMatcher ValueMatcher

template <class T>
::testing::Matcher<const llvm::Optional<T>&>
operator Matcher<const Optional<type - parameter -
                                1 - 0>&>() const

Declared at: llvm/include/llvm/Testing/Support/SupportHelpers.h:65

Templates

T