LLVM 19.0.0git
Public Member Functions | List of all members
llvm::detail::ValueIsMatcher< InnerMatcher >::Impl< T, O > Class Template Reference

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

Inheritance diagram for llvm::detail::ValueIsMatcher< InnerMatcher >::Impl< T, O >:
Inheritance graph
[legend]

Public Member Functions

 Impl (const ::testing::Matcher< T > &ValueMatcher)
 
bool MatchAndExplain (const O &Input, testing::MatchResultListener *L) const override
 
void DescribeTo (std::ostream *OS) const override
 
void DescribeNegationTo (std::ostream *OS) const override
 

Detailed Description

template<class InnerMatcher>
template<class T, class O = std::optional<T>>
class llvm::detail::ValueIsMatcher< InnerMatcher >::Impl< T, O >

Definition at line 73 of file SupportHelpers.h.

Constructor & Destructor Documentation

◆ Impl()

template<class InnerMatcher >
template<class T , class O = std::optional<T>>
llvm::detail::ValueIsMatcher< InnerMatcher >::Impl< T, O >::Impl ( const ::testing::Matcher< T > &  ValueMatcher)
inlineexplicit

Definition at line 75 of file SupportHelpers.h.

Member Function Documentation

◆ DescribeNegationTo()

template<class InnerMatcher >
template<class T , class O = std::optional<T>>
void llvm::detail::ValueIsMatcher< InnerMatcher >::Impl< T, O >::DescribeNegationTo ( std::ostream *  OS) const
inlineoverride

Definition at line 87 of file SupportHelpers.h.

References OS.

◆ DescribeTo()

template<class InnerMatcher >
template<class T , class O = std::optional<T>>
void llvm::detail::ValueIsMatcher< InnerMatcher >::Impl< T, O >::DescribeTo ( std::ostream *  OS) const
inlineoverride

Definition at line 83 of file SupportHelpers.h.

References OS.

◆ MatchAndExplain()

template<class InnerMatcher >
template<class T , class O = std::optional<T>>
bool llvm::detail::ValueIsMatcher< InnerMatcher >::Impl< T, O >::MatchAndExplain ( const O &  Input,
testing::MatchResultListener *  L 
) const
inlineoverride

Definition at line 78 of file SupportHelpers.h.


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