Flutter Impeller
impeller::HandleGLES::Hash Struct Reference

Get the hash value of this handle. Handles can be used as map keys. More...

#include <handle_gles.h>

Public Member Functions

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

Detailed Description

Get the hash value of this handle. Handles can be used as map keys.

Definition at line 59 of file handle_gles.h.

Member Function Documentation

◆ operator()()

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

Definition at line 60 of file handle_gles.h.

60  {
61  return handle.GetHash();
62  }

References impeller::HandleGLES::GetHash().


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