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