#include <content_context.h>
|
| bool | operator() (const RuntimeEffectPipelineKey &lhs, const RuntimeEffectPipelineKey &rhs) const |
| |
Definition at line 352 of file content_context.h.
◆ operator()()
| bool impeller::ContentContext::RuntimeEffectPipelineKey::Equal::operator() |
( |
const RuntimeEffectPipelineKey & |
lhs, |
|
|
const RuntimeEffectPipelineKey & |
rhs |
|
) |
| const |
|
inline |
Definition at line 353 of file content_context.h.
354 {
355 return lhs.unique_entrypoint_name == rhs.unique_entrypoint_name &&
356 lhs.options.ToKey() == rhs.options.ToKey();
357 }
The documentation for this struct was generated from the following file: