Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SkRecords::Greedy< Matcher > Struct Template Reference

#include <SkRecordPattern.h>

Public Member Functions

template<typename T >
bool operator() (T *ptr)
 

Detailed Description

template<typename Matcher>
struct SkRecords::Greedy< Matcher >

Definition at line 139 of file SkRecordPattern.h.

Member Function Documentation

◆ operator()()

template<typename Matcher >
template<typename T >
bool SkRecords::Greedy< Matcher >::operator() ( T ptr)
inline

Definition at line 141 of file SkRecordPattern.h.

141{ return Matcher()(ptr); }

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