Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::ContentContext::RuntimeEffectPipelineKey::Hash Struct Reference

#include <content_context.h>

Public Member Functions

std::size_t operator() (const RuntimeEffectPipelineKey &key) const
 

Detailed Description

Definition at line 781 of file content_context.h.

Member Function Documentation

◆ operator()()

std::size_t impeller::ContentContext::RuntimeEffectPipelineKey::Hash::operator() ( const RuntimeEffectPipelineKey &  key) const
inline

Definition at line 782 of file content_context.h.

782 {
783 return fml::HashCombine(key.unique_entrypoint_name,
784 ContentContextOptions::Hash{}(key.options));
785 }
constexpr std::size_t HashCombine()

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