Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::HandleGLES::Equal Struct Reference

#include <handle_gles.h>

Public Member Functions

bool operator() (const HandleGLES &lhs, const HandleGLES &rhs) const
 

Detailed Description

Definition at line 53 of file handle_gles.h.

Member Function Documentation

◆ operator()()

bool impeller::HandleGLES::Equal::operator() ( const HandleGLES lhs,
const HandleGLES rhs 
) const
inline

Definition at line 54 of file handle_gles.h.

54 {
55 return lhs.type == rhs.type && lhs.name == rhs.name;
56 }

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