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