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 71 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 72 of file handle_gles.h.

72  {
73  return lhs.type == rhs.type && lhs.name == rhs.name;
74  }

References impeller::HandleGLES::name, and impeller::HandleGLES::type.


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