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

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

Classes

class  Impl
 

Public Member Functions

 ValueIsMatcher (InnerMatcher ValueMatcher)
 
template<class T >
 operator::testing::Matcher () const
 

Detailed Description

template<class InnerMatcher>
class llvm::detail::ValueIsMatcher< InnerMatcher >

Definition at line 61 of file SupportHelpers.h.

Constructor & Destructor Documentation

◆ ValueIsMatcher()

template<class InnerMatcher >
llvm::detail::ValueIsMatcher< InnerMatcher >::ValueIsMatcher ( InnerMatcher  ValueMatcher)
inlineexplicit

Definition at line 63 of file SupportHelpers.h.

Member Function Documentation

◆ operator::testing::Matcher()

template<class InnerMatcher >
template<class T >
llvm::detail::ValueIsMatcher< InnerMatcher >::operator::testing::Matcher ( ) const
inline

Definition at line 63 of file SupportHelpers.h.


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