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

Member Function Documentation

◆ operator()()

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

Definition at line 42 of file handle_gles.h.

42  {
43  return fml::HashCombine(
44  std::underlying_type_t<decltype(handle.type)>(handle.type),
45  handle.name);
46  }

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


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