Flutter Engine
The Flutter Engine
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 777 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 778 of file content_context.h.

779 {
780 return lhs.unique_entrypoint_name == rhs.unique_entrypoint_name &&
781 ContentContextOptions::Equal{}(lhs.options, rhs.options);
782 }

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