#include <content_context.h>
|
| bool | operator() (const RuntimeEffectPipelineKey &lhs, const RuntimeEffectPipelineKey &rhs) const |
| |
Definition at line 340 of file content_context.h.
◆ operator()()
| bool impeller::ContentContext::RuntimeEffectPipelineKey::Equal::operator() |
( |
const RuntimeEffectPipelineKey & |
lhs, |
|
|
const RuntimeEffectPipelineKey & |
rhs |
|
) |
| const |
|
inline |
Definition at line 341 of file content_context.h.
342 {
343 return lhs.unique_entrypoint_name == rhs.unique_entrypoint_name &&
344 lhs.options.ToKey() == rhs.options.ToKey();
345 }
The documentation for this struct was generated from the following file: