Flutter Engine
 
Loading...
Searching...
No Matches
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 345 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 346 of file content_context.h.

346 {
347 return fml::HashCombine(key.unique_entrypoint_name,
348 key.options.ToKey());
349 }
constexpr std::size_t HashCombine()

References fml::HashCombine(), and key.


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