LLVM 22.0.0git
llvm::detail::ValueMatchesMono< T > Class Template Reference

#include "llvm/Testing/Support/Error.h"

Inheritance diagram for llvm::detail::ValueMatchesMono< T >:
[legend]

Public Member Functions

 ValueMatchesMono (const testing::Matcher< T > &Matcher)
bool MatchAndExplain (const ExpectedHolder< T > &Holder, testing::MatchResultListener *listener) const override
void DescribeTo (std::ostream *OS) const override
void DescribeNegationTo (std::ostream *OS) const override

Detailed Description

template<typename T>
class llvm::detail::ValueMatchesMono< T >

Definition at line 31 of file Error.h.

Constructor & Destructor Documentation

◆ ValueMatchesMono()

template<typename T>
llvm::detail::ValueMatchesMono< T >::ValueMatchesMono ( const testing::Matcher< T > & Matcher)
inlineexplicit

Definition at line 34 of file Error.h.

Member Function Documentation

◆ DescribeNegationTo()

template<typename T>
void llvm::detail::ValueMatchesMono< T >::DescribeNegationTo ( std::ostream * OS) const
inlineoverride

Definition at line 58 of file Error.h.

◆ DescribeTo()

template<typename T>
void llvm::detail::ValueMatchesMono< T >::DescribeTo ( std::ostream * OS) const
inlineoverride

Definition at line 52 of file Error.h.

◆ MatchAndExplain()

template<typename T>
bool llvm::detail::ValueMatchesMono< T >::MatchAndExplain ( const ExpectedHolder< T > & Holder,
testing::MatchResultListener * listener ) const
inlineoverride

The documentation for this class was generated from the following file: