Flutter Impeller
impeller::BlobLibrary::BlobKey::Equal Struct Reference

#include <blob_library.h>

Public Member Functions

bool operator() (const BlobKey &lhs, const BlobKey &rhs) const
 

Detailed Description

Definition at line 52 of file blob_library.h.

Member Function Documentation

◆ operator()()

bool impeller::BlobLibrary::BlobKey::Equal::operator() ( const BlobKey &  lhs,
const BlobKey &  rhs 
) const
inline

Definition at line 53 of file blob_library.h.

53  {
54  return lhs.type == rhs.type && lhs.name == rhs.name;
55  }

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