#include <content_context.h>
|
| bool | operator() (const RuntimeEffectPipelineKey &lhs, const RuntimeEffectPipelineKey &rhs) const |
| |
Definition at line 324 of file content_context.h.
◆ operator()()
| bool impeller::ContentContext::RuntimeEffectPipelineKey::Equal::operator() |
( |
const RuntimeEffectPipelineKey & |
lhs, |
|
|
const RuntimeEffectPipelineKey & |
rhs |
|
) |
| const |
|
inline |
Definition at line 325 of file content_context.h.
327 return lhs.unique_entrypoint_name == rhs.unique_entrypoint_name &&
328 lhs.options.ToKey() == rhs.options.ToKey();
The documentation for this struct was generated from the following file: