Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::ContentContext::RuntimeEffectPipelineKey::Equal Struct Reference

#include <content_context.h>

Public Member Functions

constexpr bool operator() (const RuntimeEffectPipelineKey &lhs, const RuntimeEffectPipelineKey &rhs) const
 

Detailed Description

Definition at line 788 of file content_context.h.

Member Function Documentation

◆ operator()()

constexpr bool impeller::ContentContext::RuntimeEffectPipelineKey::Equal::operator() ( const RuntimeEffectPipelineKey &  lhs,
const RuntimeEffectPipelineKey &  rhs 
) const
inlineconstexpr

Definition at line 789 of file content_context.h.

790 {
791 return lhs.unique_entrypoint_name == rhs.unique_entrypoint_name &&
792 ContentContextOptions::Equal{}(lhs.options, rhs.options);
793 }

The documentation for this struct was generated from the following file: