API
Catch::Matchers::Impl::MatcherMethod< ObjectT > Struct Template Referenceabstract

#include <catch.hpp>

Inheritance diagram for Catch::Matchers::Impl::MatcherMethod< ObjectT >:
Inheritance graph
Collaboration diagram for Catch::Matchers::Impl::MatcherMethod< ObjectT >:
Collaboration graph

Public Member Functions

virtual bool match (ObjectT const &arg) const =0
 

Detailed Description

template<typename ObjectT>
struct Catch::Matchers::Impl::MatcherMethod< ObjectT >

Definition at line 3262 of file catch.hpp.

Member Function Documentation

◆ match()

template<typename ObjectT >
virtual bool Catch::Matchers::Impl::MatcherMethod< ObjectT >::match ( ObjectT const &  arg) const
pure virtual

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