Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 109 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 110 of file raster_cache_key.h.

111 {
112 return lhs.id_ == rhs.id_ && lhs.matrix_ == rhs.matrix_;
113 }

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