#include <content_context.h>
|
| std::size_t | operator() (const RuntimeEffectPipelineKey &key) const |
| |
Definition at line 317 of file content_context.h.
◆ operator()()
| std::size_t impeller::ContentContext::RuntimeEffectPipelineKey::Hash::operator() |
( |
const RuntimeEffectPipelineKey & |
key | ) |
const |
|
inline |
Definition at line 318 of file content_context.h.
319 return fml::HashCombine(key.unique_entrypoint_name,
320 key.options.ToKey());
The documentation for this struct was generated from the following file: