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