Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
flutter::RasterCacheKey::Equal Struct Reference

#include <raster_cache_key.h>

Public Member Functions

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

Detailed Description

Definition at line 111 of file raster_cache_key.h.

Member Function Documentation

◆ operator()()

constexpr bool flutter::RasterCacheKey::Equal::operator() ( const RasterCacheKey lhs,
const RasterCacheKey rhs 
) const
inlineconstexpr

Definition at line 112 of file raster_cache_key.h.

113 {
114 return lhs.id_ == rhs.id_ && lhs.matrix_ == rhs.matrix_;
115 }

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