Flutter Impeller
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  }

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


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