Flutter Impeller
impeller::HandleGLES::Equal Struct Reference

A comparer used to test the equality of two handles. More...

#include <handle_gles.h>

Public Member Functions

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

Detailed Description

A comparer used to test the equality of two handles.

Definition at line 68 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 69 of file handle_gles.h.

69  {
70  return lhs.type_ == rhs.type_ && lhs.name_ == rhs.name_;
71  }

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