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