Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
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 }
constexpr std::size_t HashCombine()
Definition: hash_combine.h:25

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