LLVM 19.0.0git
Public Member Functions | List of all members
llvm::detail::ValueMatchesPoly< M > Class Template Reference

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

Public Member Functions

 ValueMatchesPoly (const M &Matcher)
 
template<typename T >
 operator testing::Matcher< const ExpectedHolder< T > & > () const
 

Detailed Description

template<typename M>
class llvm::detail::ValueMatchesPoly< M >

Definition at line 69 of file Error.h.

Constructor & Destructor Documentation

◆ ValueMatchesPoly()

template<typename M >
llvm::detail::ValueMatchesPoly< M >::ValueMatchesPoly ( const M &  Matcher)
inlineexplicit

Definition at line 71 of file Error.h.

Member Function Documentation

◆ operator testing::Matcher< const ExpectedHolder< T > & >()

template<typename M >
template<typename T >
llvm::detail::ValueMatchesPoly< M >::operator testing::Matcher< const ExpectedHolder< T > & > ( ) const
inline

Definition at line 74 of file Error.h.


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