#include <content_context.h>
|
| constexpr bool | operator() (const RuntimeEffectPipelineKey &lhs, const RuntimeEffectPipelineKey &rhs) const |
| |
Definition at line 777 of file content_context.h.
◆ operator()()
| constexpr bool impeller::ContentContext::RuntimeEffectPipelineKey::Equal::operator() |
( |
const RuntimeEffectPipelineKey & |
lhs, |
|
|
const RuntimeEffectPipelineKey & |
rhs |
|
) |
| const |
|
inlineconstexpr |
Definition at line 778 of file content_context.h.
780 return lhs.unique_entrypoint_name == rhs.unique_entrypoint_name &&
781 ContentContextOptions::Equal{}(lhs.options, rhs.options);
The documentation for this struct was generated from the following file: