#include <content_context.h>
|
std::size_t | operator() (const RuntimeEffectPipelineKey &key) const |
|
Definition at line 851 of file content_context.h.
◆ operator()()
std::size_t impeller::ContentContext::RuntimeEffectPipelineKey::Hash::operator() |
( |
const RuntimeEffectPipelineKey & |
key | ) |
const |
|
inline |
Definition at line 852 of file content_context.h.
853 return fml::HashCombine(key.unique_entrypoint_name,
854 ContentContextOptions::Hash{}(key.options));
The documentation for this struct was generated from the following file: