Flutter Impeller
impeller::HandleGLES::Hash Struct Reference

#include <handle_gles.h>

Public Member Functions

std::size_t operator() (const HandleGLES &handle) const
 

Detailed Description

Definition at line 45 of file handle_gles.h.

Member Function Documentation

◆ operator()()

std::size_t impeller::HandleGLES::Hash::operator() ( const HandleGLES handle) const
inline

Definition at line 46 of file handle_gles.h.

46  {
47  return fml::HashCombine(
48  std::underlying_type_t<decltype(handle.type)>(handle.type),
49  handle.name);
50  }

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


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