Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 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 }
constexpr std::size_t HashCombine()

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