Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MatchType< DrawT > Struct Template Reference

#include <RecordTestUtils.h>

Public Member Functions

template<typename T >
int operator() (const T &)
 
int operator() (const DrawT &)
 

Detailed Description

template<typename DrawT>
struct MatchType< DrawT >

Definition at line 39 of file RecordTestUtils.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename DrawT >
int MatchType< DrawT >::operator() ( const DrawT &  )
inline

Definition at line 41 of file RecordTestUtils.h.

41{ return 1; }

◆ operator()() [2/2]

template<typename DrawT >
template<typename T >
int MatchType< DrawT >::operator() ( const T )
inline

Definition at line 40 of file RecordTestUtils.h.

40{ return 0; }

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